summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2015-07-28 12:36:37 +0200
committerGrey Christoforo2015-07-28 12:36:37 +0200
commit60baf1d6e0163f34ef6a8bb544212486e2503ce6 (patch)
tree03650597fb6285434df3c6f226b9daf1f87e603f /PKGBUILD
parentb77fd0c5250932c3eb3e1e394047545f8ccc432d (diff)
downloadaur-60baf1d6e0163f34ef6a8bb544212486e2503ce6.tar.gz
bump to 2.2.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb941eb2e873..9e5d78bbe1a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
-# Maintainer: Thiago Yukio Kikuchi Oliveira <stratust@gmail.com>
+# Maintainer: Grey Christoforo <grey@christoforo.net>
+# Contributer: Thiago Yukio Kikuchi Oliveira <stratust@gmail.com>
# Contributer: Decrypted Epsilon <decrypted.epsilon (at) gmail (dot) com>
pkgname=bowtie2
-pkgver=2.2.5
+pkgver=2.2.6
_pkgver=$pkgver
pkgrel=1
pkgdesc="Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequence."
arch=("x86_64")
url="http://bowtie-bio.sourceforge.net/bowtie2"
license=('GPL3')
-source=(http://downloads.sourceforge.net/project/bowtie-bio/bowtie2/$_pkgver/$pkgname-$_pkgver-source.zip)
-sha512sums=('8b97860fea73ef36a60dee3dbccdfc956ac7f619ec47a7b820d1df09cff8f77362ddc8071b59ea8021444bda59757d68bdf486fb453d5c4e4b896198bc465d60')
+source=(bowtie2-2.2.6-source.zip::https://github.com/BenLangmead/bowtie2/blob/master/latest_release/bowtie2-2.2.6-source.zip?raw=true)
+#source=(http://downloads.sourceforge.net/project/bowtie-bio/bowtie2/$_pkgver/$pkgname-$_pkgver-source.zip)
+sha512sums=('3ab5a5475cf214affd91e0d1782fd2d6dedccd979e3c809b5dfb272726d99ff1c7b59d92e387b187a7c2e43557786a1085186ccb96588de91212caf2eb94ce4f')
build() {
cd $srcdir/$pkgname-$_pkgver