summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc7ea8315fcc..58e92cbb0aa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = htslib
pkgdesc = library for high-throughput sequencing data formats
pkgver = 1.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/samtools/htslib
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = htslib
conflicts = tabix
replaces = tabix
source = https://github.com/samtools/htslib/releases/download/1.11/htslib-1.11.tar.bz2
- sha256sums = bfd2159e788b81bdef648ebe90dec7f8c9cb7711eacc8bacd6aba30b8e11373a
+ sha256sums = cffadd9baa6fce27b8fe0b01a462b489f06a5433dfe92121f667f40f632538d7
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index 86770c5b3194..a6715dbe1f56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=htslib
pkgver=1.11
-pkgrel=1
+pkgrel=2
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=('bfd2159e788b81bdef648ebe90dec7f8c9cb7711eacc8bacd6aba30b8e11373a')
+sha256sums=('cffadd9baa6fce27b8fe0b01a462b489f06a5433dfe92121f667f40f632538d7')
build() {
cd $srcdir/$pkgname-$pkgver