summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-08-23 14:52:55 +0100
committerGrey Christoforo2019-08-23 14:52:55 +0100
commit69aa31526a63b5d700e389ea20672f14467049b7 (patch)
tree772fc16cecd34e7776a4829f2d5dd86eeebaa052
parent2f9be3a522814b69804c6d9b819e4e38a4d6a8de (diff)
downloadaur-69aa31526a63b5d700e389ea20672f14467049b7.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34eac2e6ff11..87c71d9183d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = bowtie2
pkgdesc = Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequence.
- pkgver = 2.3.5
+ pkgver = 2.3.5.1
pkgrel = 1
url = http://bowtie-bio.sourceforge.net/bowtie2
arch = any
license = GPL3
depends = termcap
optdepends = intel-tbb: faster multithreading
- source = https://github.com/BenLangmead/bowtie2/archive/v2.3.5.tar.gz
- md5sums = 3124157b2a1d83092cfc304b762ed74b
+ source = https://github.com/BenLangmead/bowtie2/archive/v2.3.5.1.tar.gz
+ md5sums = 8afc22b107667ebe2d5b17f49dd37b4a
pkgname = bowtie2
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}"