summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab06ff3c94c4..d27b3f8e98b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htslib
pkgdesc = library for high-throughput sequencing data formats
- pkgver = 1.6
+ pkgver = 1.7
pkgrel = 1
url = https://github.com/samtools/htslib
arch = i686
@@ -12,8 +12,8 @@ pkgbase = htslib
provides = tabix
conflicts = tabix
replaces = tabix
- source = https://github.com/samtools/htslib/releases/download/1.6/htslib-1.6.tar.bz2
- md5sums = d6fd14e208aca7e08cbe9072233d0af9
+ source = https://github.com/samtools/htslib/releases/download/1.7/htslib-1.7.tar.bz2
+ md5sums = d3cc7e080a9a8c4161d8f62b56d3b98d
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index 839b8a482554..153cbd87c7fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Former Maintainer (thanks man!) : Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=htslib
-pkgver=1.6
+pkgver=1.7
pkgrel=1
pkgdesc="library for high-throughput sequencing data formats"
arch=('i686' 'x86_64')
@@ -43,4 +43,4 @@ package() {
chmod +x $pkgdir/usr/lib/libhts.so.*.*
}
-md5sums=('d6fd14e208aca7e08cbe9072233d0af9')
+md5sums=('d3cc7e080a9a8c4161d8f62b56d3b98d')