diff options
author | Chris Vittal | 2019-12-20 15:19:00 -0500 |
---|---|---|
committer | Chris Vittal | 2019-12-20 15:19:00 -0500 |
commit | 7955833b8e6fc175729279fae2cd164bbe48b810 (patch) | |
tree | 520e0456ff1a77f1894ad6d84e4cd2293cb17b34 /PKGBUILD | |
parent | 444d838dc4e55a29a6284cdbf4de1b855e19a365 (diff) | |
download | aur-7955833b8e6fc175729279fae2cd164bbe48b810.tar.gz |
Update to 1.10.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Christopher Vittal ("viralstitch") <chris@vittal.dev> pkgname=htslib -pkgver=1.10.1 +pkgver=1.10.2 pkgrel=1 pkgdesc="library for high-throughput sequencing data formats" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ provides=('tabix') replaces=('tabix') conflicts=('tabix') source=(https://github.com/samtools/htslib/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2) -sha256sums=('7d047301ead800e3c83a72f573fb760f1912c40da30abc74f4da4cf279ebf802') +sha256sums=('e3b543de2f71723830a1e0472cf5489ec27d0fbeb46b1103e14a11b7177d1939') build() { cd $srcdir/$pkgname-$pkgver |