summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2016-01-19 12:11:10 +0000
committerGrey Christoforo2016-01-19 12:11:10 +0000
commit3a018e6cd37b9e831d830b1861be4bcb41e5445f (patch)
tree640c3a036ed280ebff1436cd2e268f8e44a38f39 /PKGBUILD
parentbb22b5ddb9fbcbe5ecc97ee8c898f6af3e267be3 (diff)
downloadaur-3a018e6cd37b9e831d830b1861be4bcb41e5445f.tar.gz
change download url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3db4de67633d..da11fa232ceb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
pkgname=bowtie2
pkgver=2.2.6
-pkgrel=3
+pkgrel=4
pkgdesc="Bowtie 2 is an ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequence."
arch=("any")
url="http://bowtie-bio.sourceforge.net/bowtie2"
license=('GPL3')
-source=("https://github.com/BenLangmead/bowtie2/releases/download/v$pkgver/$pkgname-$pkgver-source.zip")
-#source=(http://downloads.sourceforge.net/project/bowtie-bio/bowtie2/$pkgver/$pkgname-$pkgver-source.zip)
-sha512sums=('3ab5a5475cf214affd91e0d1782fd2d6dedccd979e3c809b5dfb272726d99ff1c7b59d92e387b187a7c2e43557786a1085186ccb96588de91212caf2eb94ce4f')
+source=("https://github.com/BenLangmead/${pkgname}/archive/v${pkgver}.tar.gz")
+
build() {
cd $srcdir/$pkgname-$pkgver
@@ -27,3 +26,4 @@ package() {
install -Dm644 MANUAL "${pkgdir}/usr/share/doc/${pkgname}/MANUAL"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
+md5sums=('9e5d10dff2424177e8051092ff502bb6')