summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2019-08-23 14:52:55 +0100
committerGrey Christoforo2019-08-23 14:52:55 +0100
commit69aa31526a63b5d700e389ea20672f14467049b7 (patch)
tree772fc16cecd34e7776a4829f2d5dd86eeebaa052 /PKGBUILD
parent2f9be3a522814b69804c6d9b819e4e38a4d6a8de (diff)
downloadaur-69aa31526a63b5d700e389ea20672f14467049b7.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44495e2f593f..18cdf4fb9dfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=bowtie2
-pkgver=2.3.5
+pkgver=2.3.5.1
pkgrel=1
pkgdesc="Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequence."
arch=("any")
@@ -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=('3124157b2a1d83092cfc304b762ed74b')
+md5sums=('8afc22b107667ebe2d5b17f49dd37b4a')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"