mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
htslib: auto updated to 1.19-1
This commit is contained in:
parent
6f1de6415c
commit
e48c0ba6f8
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
# Contributor: Christopher Vittal ("viralstitch") <chris@vittal.dev>
|
||||
|
||||
pkgname=htslib
|
||||
pkgver=1.18
|
||||
pkgrel=3
|
||||
pkgver=1.19
|
||||
pkgrel=1
|
||||
pkgdesc='A C library for high-throughput sequencing data formats. https://doi.org/10.1093/gigascience/giab007'
|
||||
arch=('x86_64')
|
||||
url="https://github.com/samtools/${pkgname}"
|
||||
|
@ -14,7 +14,7 @@ replaces=('tabix')
|
|||
conflicts=('tabix')
|
||||
options=('staticlibs')
|
||||
source=("${pkgname}-${pkgver}.tar.bz2::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
|
||||
sha256sums=('f1ab53a593a2320a1bfadf4ef915dae784006c5b5c922c8a8174d7530a9af18f')
|
||||
sha256sums=('8751c40c4fa7d1f23a6864c5b20a73744f8be68239535ae7729c5f7d394d0736')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Add table
Reference in a new issue