summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-03-13 20:07:19 +0000
committerGrey Christoforo2016-03-13 20:07:19 +0000
commitbe1060a66fd9f2681d766668e835196ae4cf9e5a (patch)
tree0f9624060207c347128bfb18d428adaaa207ce83
parent1899c04ed705e3e450d298afa421dc63460f1b72 (diff)
downloadaur-be1060a66fd9f2681d766668e835196ae4cf9e5a.tar.gz
bump to 2.2.8, TBB support still broken
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed7da0d139bf..cca9465a09ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Feb 16 12:34:02 UTC 2016
+# Sun Mar 13 20:06:50 UTC 2016
pkgbase = bowtie2
pkgdesc = Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequence.
- pkgver = 2.2.7
+ pkgver = 2.2.8
pkgrel = 1
url = http://bowtie-bio.sourceforge.net/bowtie2
arch = any
license = GPL3
optdepends = intel-tbb: faster multithreading
- source = https://github.com/BenLangmead/bowtie2/archive/v2.2.7.tar.gz
- md5sums = 01381a2b89c72b4c4fac0d198590d198
+ source = https://github.com/BenLangmead/bowtie2/archive/v2.2.8.tar.gz
+ md5sums = 42948ac7744d691a7a643ed94a36ed63
pkgname = bowtie2
diff --git a/PKGBUILD b/PKGBUILD
index 1c74d05c7342..0c815625860d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=bowtie2
-pkgver=2.2.7
+pkgver=2.2.8
pkgrel=1
pkgdesc="Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequence."
arch=("any")
@@ -10,7 +10,7 @@ optdepends=('intel-tbb: faster multithreading')
url="http://bowtie-bio.sourceforge.net/bowtie2"
license=('GPL3')
source=("https://github.com/BenLangmead/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('01381a2b89c72b4c4fac0d198590d198')
+md5sums=('42948ac7744d691a7a643ed94a36ed63')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"