summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2017-05-21 14:38:10 +0100
committerGrey Christoforo2017-05-21 14:38:10 +0100
commit2776184579349f883823dcb7b569788bd4c569e8 (patch)
treec99e8ddb409f3ffe992f65086eb70336b4ff704c /PKGBUILD
parent7f5eb5b5256c4a86b28ae501e45bf39d64a140a1 (diff)
downloadaur-2776184579349f883823dcb7b569788bd4c569e8.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c135c6b81c56..8ea071b51058 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=bowtie2
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.3.2
+pkgrel=1
pkgdesc="Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequence."
arch=("any")
depends=('termcap')
@@ -11,7 +11,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=('537d24b27a90677bbc54b970da5b597e')
+md5sums=('7a9db3cab55e93ad44c163ab8fd41a35')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"