mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
bcftools: fix the source
This commit is contained in:
parent
9a7b7ff83c
commit
16cb9688b9
2 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue