diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Maintainer: Christopher Vittal ("viralstitch") <chris@vittal.dev> pkgname=htslib -pkgver=1.11 -pkgrel=2 +pkgver=1.12 +pkgrel=1 pkgdesc="library for high-throughput sequencing data formats" arch=('i686' 'x86_64') url="https://github.com/samtools/htslib" @@ -12,7 +12,7 @@ provides=('tabix') replaces=('tabix') conflicts=('tabix') source=(https://github.com/samtools/htslib/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2) -sha256sums=('cffadd9baa6fce27b8fe0b01a462b489f06a5433dfe92121f667f40f632538d7') +sha256sums=('2280141b46e953ba4ae01b98335a84f8e6ccbdb6d5cdbab7f70ee4f7e3b6f4ca') build() { cd $srcdir/$pkgname-$pkgver |