summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-01-19 12:41:12 +0000
committerGrey Christoforo2016-01-19 12:41:12 +0000
commit1e60b038fede1b4c3c8585f5cbcc27c9ad40553d (patch)
tree0a54ce943ddca3ccec5a08097ed87e075a60b407
parent9755538380e2ffc2218da436961c8d0dd58ccd2e (diff)
downloadaur-1e60b038fede1b4c3c8585f5cbcc27c9ad40553d.tar.gz
bump release
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6191db72220e..3e57df9b8ab9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Tue Jan 19 12:10:06 UTC 2016
+# Tue Jan 19 12:41:07 UTC 2016
pkgbase = bowtie2
pkgdesc = Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequence.
pkgver = 2.2.6
- pkgrel = 4
+ pkgrel = 5
url = http://bowtie-bio.sourceforge.net/bowtie2
arch = any
license = GPL3
+ optdepends = intel-tbb: faster multithreading
source = https://github.com/BenLangmead/bowtie2/archive/v2.2.6.tar.gz
md5sums = 9e5d10dff2424177e8051092ff502bb6
diff --git a/PKGBUILD b/PKGBUILD
index ff0491bc8019..fdcb3ef5cd3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bowtie2
pkgver=2.2.6
-pkgrel=4
+pkgrel=5
pkgdesc="Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequence."
arch=("any")
optdepends=('intel-tbb: faster multithreading')