summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2016-03-13 20:07:19 +0000
committerGrey Christoforo2016-03-13 20:07:19 +0000
commitbe1060a66fd9f2681d766668e835196ae4cf9e5a (patch)
tree0f9624060207c347128bfb18d428adaaa207ce83 /PKGBUILD
parent1899c04ed705e3e450d298afa421dc63460f1b72 (diff)
downloadaur-be1060a66fd9f2681d766668e835196ae4cf9e5a.tar.gz
bump to 2.2.8, TBB support still broken
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"