summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2017-05-14 22:50:23 +0200
committerChristian Krause2017-05-14 22:50:23 +0200
commitbc11d8a8b55c0e5627bf2ab8b829c7eebfd78b4f (patch)
treecbb1385e6bc2d8764224b1f5e06afecf3ee8bb2e
parentd822848e032f9213dee90fa3083d01c95674e6aa (diff)
downloadaur-bc11d8a8b55c0e5627bf2ab8b829c7eebfd78b4f.tar.gz
htslib-1.4.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ac3bf7b5723..da213a5af851 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 14 06:01:58 UTC 2017
+# Sun May 14 20:50:09 UTC 2017
pkgbase = htslib
pkgdesc = library for high-throughput sequencing data formats
- pkgver = 1.4
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/samtools/htslib
arch = i686
@@ -14,8 +14,8 @@ pkgbase = htslib
provides = tabix
conflicts = tabix
replaces = tabix
- source = https://github.com/samtools/htslib/releases/download/1.4/htslib-1.4.tar.bz2
- md5sums = 2a22ff382654c033c40e4ec3ea880050
+ source = https://github.com/samtools/htslib/releases/download/1.4.1/htslib-1.4.1.tar.bz2
+ md5sums = e549fee04d95c1cf8f46347e9e9bbd93
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index 01e64b44ce8f..b39f85b7f2a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Krause ("wookietreiber") <christian.krause@mailbox.org>
pkgname=htslib
-pkgver=1.4
+pkgver=1.4.1
pkgrel=1
pkgdesc="library for high-throughput sequencing data formats"
arch=('i686' 'x86_64')
@@ -42,4 +42,4 @@ package() {
chmod +x $pkgdir/usr/lib/libhts.so.*.*
}
-md5sums=('2a22ff382654c033c40e4ec3ea880050')
+md5sums=('e549fee04d95c1cf8f46347e9e9bbd93')