summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-01-19 12:11:10 +0000
committerGrey Christoforo2016-01-19 12:11:10 +0000
commit3a018e6cd37b9e831d830b1861be4bcb41e5445f (patch)
tree640c3a036ed280ebff1436cd2e268f8e44a38f39
parentbb22b5ddb9fbcbe5ecc97ee8c898f6af3e267be3 (diff)
downloadaur-3a018e6cd37b9e831d830b1861be4bcb41e5445f.tar.gz
change download url
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD8
3 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eca32ce00503..6191db72220e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v8
+# Tue Jan 19 12:10:06 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 = 3
+ pkgrel = 4
url = http://bowtie-bio.sourceforge.net/bowtie2
arch = any
license = GPL3
- source = https://github.com/BenLangmead/bowtie2/releases/download/v2.2.6/bowtie2-2.2.6-source.zip
- sha512sums = 3ab5a5475cf214affd91e0d1782fd2d6dedccd979e3c809b5dfb272726d99ff1c7b59d92e387b187a7c2e43557786a1085186ccb96588de91212caf2eb94ce4f
+ source = https://github.com/BenLangmead/bowtie2/archive/v2.2.6.tar.gz
+ md5sums = 9e5d10dff2424177e8051092ff502bb6
pkgname = bowtie2
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..32f0ae164510
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+src/
+pkg/
+*.tar.gz
+*.tar.xz
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')