bcftools: fix the source

This commit is contained in:
Guoyi Zhang 2024-04-16 14:34:52 +08:00
parent 9a7b7ff83c
commit 16cb9688b9
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ arch=('x86_64')
url='https://samtools.github.io/bcftools'
license=('GPL')
depends=('gsl' 'htslib' 'python-matplotlib' 'python')
source=("https://github.com/samtools/bcftools/archive/refs/tags/${pkgver}.tar.gz")
source=("https://github.com/samtools/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
sha256sums=('782b5f1bc690415192231e82213b3493b047f45e630dc8ef6f154d6126ab3e68')
build() {

View file

@ -9,7 +9,7 @@ post_build_script: |
update_on:
- source: github
github: samtools/bcftools
use_max_tag: true
use_latest_release: true
- alias: alpm-lilac
alpm: htslib
strip_release: true