summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2d1b36aed1c..6059e8ee989d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
# Generated by mksrcinfo v8
-# Fri Apr 22 08:46:32 UTC 2016
+# Sun May 29 17:57:06 UTC 2016
pkgbase = htslib
pkgdesc = library for high-throughput sequencing data formats
- pkgver = 1.3
- pkgrel = 2
+ pkgver = 1.3.1
+ pkgrel = 1
url = https://github.com/samtools/htslib
arch = i686
arch = x86_64
license = custom
depends = curl
- depends = zlib
provides = tabix
conflicts = tabix
replaces = tabix
- source = https://github.com/samtools/htslib/releases/download/1.3/htslib-1.3.tar.bz2
- md5sums = 39d475730a66401e4d45398c95c414f7
+ source = https://github.com/samtools/htslib/releases/download/1.3.1/htslib-1.3.1.tar.bz2
+ md5sums = 16d78f90b72f29971b042e8da8be6843
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index 5e395826e84b..a3b883f0e909 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Christian Krause ("wookietreiber") <kizkizzbangbang@googlemail.com>
pkgname=htslib
-pkgver=1.3
-pkgrel=2
+pkgver=1.3.1
+pkgrel=1
pkgdesc="library for high-throughput sequencing data formats"
arch=('i686' 'x86_64')
url="https://github.com/samtools/htslib"
license=('custom')
-depends=('curl' 'zlib')
+depends=('curl')
provides=('tabix')
replaces=('tabix')
conflicts=('tabix')
source=(https://github.com/samtools/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('39d475730a66401e4d45398c95c414f7')
+md5sums=('16d78f90b72f29971b042e8da8be6843')
build() {
cd $srcdir/$pkgname-$pkgver