summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Peltzer2018-07-20 10:23:10 +0200
committerAlexander Peltzer2018-07-20 10:23:10 +0200
commite2143c5ebe1545fbcf2f50c9323620b80fd3f010 (patch)
tree2a892b002a5f89a10206a4e2af08b3ace66561f8
parent7e495e0635b2155e9d968b583088a8ac6d5a1841 (diff)
downloadaur-e2143c5ebe1545fbcf2f50c9323620b80fd3f010.tar.gz
Update to 1.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88aa88d2bd3f..2054c3dd6e28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = htslib
pkgdesc = library for high-throughput sequencing data formats
- pkgver = 1.8
+ pkgver = 1.9
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.8/htslib-1.8.tar.bz2
- md5sums = 54e9b3a04251fa59b1878f6b546b5c79
+ source = https://github.com/samtools/htslib/releases/download/1.9/htslib-1.9.tar.bz2
+ md5sums = 2ac92c9c3eef9986345ac69a05dd4d24
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index 006f2fb226d9..0ff21e9ce9f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Former Maintainer (thanks man!) : Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=htslib
-pkgver=1.8
+pkgver=1.9
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=('54e9b3a04251fa59b1878f6b546b5c79')
+md5sums=('2ac92c9c3eef9986345ac69a05dd4d24')