summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Peltzer2018-05-04 09:02:37 +0200
committerAlexander Peltzer2018-05-04 09:02:37 +0200
commit7e495e0635b2155e9d968b583088a8ac6d5a1841 (patch)
treeb1dc39b1f34d31ec8e827813d4420b089cca8176
parentc5bf5618e75cd87627a8cc0f1ff7757163744375 (diff)
downloadaur-7e495e0635b2155e9d968b583088a8ac6d5a1841.tar.gz
Updated htslib to v1.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d27b3f8e98b7..88aa88d2bd3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htslib
pkgdesc = library for high-throughput sequencing data formats
- pkgver = 1.7
+ pkgver = 1.8
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.7/htslib-1.7.tar.bz2
- md5sums = d3cc7e080a9a8c4161d8f62b56d3b98d
+ source = https://github.com/samtools/htslib/releases/download/1.8/htslib-1.8.tar.bz2
+ md5sums = 54e9b3a04251fa59b1878f6b546b5c79
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index 153cbd87c7fc..006f2fb226d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Former Maintainer (thanks man!) : Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=htslib
-pkgver=1.7
+pkgver=1.8
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=('d3cc7e080a9a8c4161d8f62b56d3b98d')
+md5sums=('54e9b3a04251fa59b1878f6b546b5c79')