htslib: auto updated to 1.15.1-1

This commit is contained in:
BioArchLinuxBot 2022-04-07 18:05:20 +00:00
parent 76d98d7a54
commit 7da0578b35

View file

@ -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}"