summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2018-03-18 12:10:20 +0000
committerGrey Christoforo2018-03-18 12:10:20 +0000
commit7250017bc0512cf8396a428038fbdde1a9f44d49 (patch)
tree5715693da4b4d1b3f2e7bafa0272d32b2c035e1c
parent2776184579349f883823dcb7b569788bd4c569e8 (diff)
downloadaur-7250017bc0512cf8396a428038fbdde1a9f44d49.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5260a182f277..7e21197af715 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Sun May 21 13:37:29 UTC 2017
pkgbase = bowtie2
pkgdesc = Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequence.
- pkgver = 2.3.2
+ pkgver = 2.3.4.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.2.tar.gz
- md5sums = 7a9db3cab55e93ad44c163ab8fd41a35
+ source = https://github.com/BenLangmead/bowtie2/archive/v2.3.4.1.tar.gz
+ md5sums = 5fabbfb5f9d710b93ea1a58141d50c98
pkgname = bowtie2
diff --git a/PKGBUILD b/PKGBUILD
index 8ea071b51058..766e8d3fedc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=bowtie2
-pkgver=2.3.2
+pkgver=2.3.4.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=('7a9db3cab55e93ad44c163ab8fd41a35')
+md5sums=('5fabbfb5f9d710b93ea1a58141d50c98')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"