mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
htslib: auto updated to 1.15.1-1
This commit is contained in:
parent
76d98d7a54
commit
7da0578b35
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
# Contributor: Christopher Vittal ("viralstitch") <chris@vittal.dev>
|
||||
|
||||
pkgname=htslib
|
||||
pkgver=1.15
|
||||
pkgrel=2
|
||||
pkgver=1.15.1
|
||||
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}"
|
||||
|
@ -13,7 +13,7 @@ provides=('tabix')
|
|||
replaces=('tabix')
|
||||
conflicts=('tabix')
|
||||
source=("${pkgname}-${pkgver}.tar.bz2::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
|
||||
sha256sums=('1a9f49911503a22f56817cc82ea9b87fb7e7467b5ff989ca5aa61c12e7d532d9')
|
||||
sha256sums=('8d7f8bf9658226942eeab70af2a22aca618577eaa8fe2ed9416ee306d5351aa1')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Add table
Reference in a new issue