summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2016-09-13 20:06:54 +0200
committerChristian Krause2016-09-13 20:06:54 +0200
commitd6a08e5878788ab0931e5ac0b14f1a16168df444 (patch)
tree8c1c9af5ec693ca0ff47543da0b39165d397f2ec
parentf3a90c9ae607868415c6984f94401082acae2ed0 (diff)
downloadaur-d6a08e5878788ab0931e5ac0b14f1a16168df444.tar.gz
htslib-1.3.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6059e8ee989d..c7cb7076681d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun May 29 17:57:06 UTC 2016
+# Tue Sep 13 18:05:58 UTC 2016
pkgbase = htslib
pkgdesc = library for high-throughput sequencing data formats
- pkgver = 1.3.1
+ pkgver = 1.3.2
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.3.1/htslib-1.3.1.tar.bz2
- md5sums = 16d78f90b72f29971b042e8da8be6843
+ source = https://github.com/samtools/htslib/releases/download/1.3.2/htslib-1.3.2.tar.bz2
+ md5sums = 64742a2a812da1bb6eb4417128be6944
pkgname = htslib
diff --git a/PKGBUILD b/PKGBUILD
index a3b883f0e909..942eaefe4664 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Krause ("wookietreiber") <kizkizzbangbang@googlemail.com>
pkgname=htslib
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="library for high-throughput sequencing data formats"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ depends=('curl')
provides=('tabix')
replaces=('tabix')
conflicts=('tabix')
-source=(https://github.com/samtools/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('16d78f90b72f29971b042e8da8be6843')
+source=(https://github.com/samtools/htslib/releases/download/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('64742a2a812da1bb6eb4417128be6944')
build() {
cd $srcdir/$pkgname-$pkgver