summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-07-01 16:41:00 +0100
committerGrey Christoforo2016-07-01 16:41:00 +0100
commitfd836490d348c4c9c473e14d3bab0f720841b77d (patch)
tree7e403cf1830149e26c5ff87327da68bbe07af463
parent6f37fa624d96622a558310aa808489813d4867bf (diff)
downloadaur-fd836490d348c4c9c473e14d3bab0f720841b77d.tar.gz
fix source
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..e4a758110fea
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/src
+/pkg
+*.tar.gz
+*.tar.xz
+*.pkg.tar
diff --git a/PKGBUILD b/PKGBUILD
index 67d7d8fc8867..4ade153e4c13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=cufflinks
pkgver=2.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Cufflinks assembles transcripts, estimates their abundances, and tests for differential expression and regulation in RNA-Seq samples.."
arch=("x86_64")
url="http://cufflinks.cbcb.umd.edu"
license=('Artistic')
depends=('boost' 'eigen3' 'python2' 'samtools' 'perl')
-source=(http://cufflinks.cbcb.umd.edu/downloads/$pkgname-$pkgver.tar.gz)
+source=(http://cole-trapnell-lab.github.io/cufflinks/assets/downloads/$pkgname-$pkgver.tar.gz)
md5sums=('9a5ba7a7710cd864932cf205c17851f0')
build() {