summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2015-07-16 11:28:36 +0200
committerChristian Krause2015-07-16 11:28:36 +0200
commit128f7499c48db6e412777d9aac48ac3579e5d662 (patch)
tree9ac3b42fe7c38b62cf822a9a477944562a9a6931
parent403b8960ce82dfa92f8465b233a6bbd81e05d32d (diff)
downloadaur-128f7499c48db6e412777d9aac48ac3579e5d662.tar.gz
update source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ac999c5bc99..2df9795bf5f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = beast2
license = GPL2
depends = bash
depends = java-runtime>=8
- source = beast2-2.3.0.tar.gz::https://github.com/CompEvol/beast2/releases/download/v2.3.0/BEAST.v2.3.0.Linux.tgz
+ source = https://github.com/CompEvol/beast2/releases/download/v2.3.0/BEAST.v2.3.0.Linux.tgz
md5sums = 7d12227e44f2610ed7ea3798c01600ca
pkgname = beast2
diff --git a/PKGBUILD b/PKGBUILD
index ffc3ee034bdc..5e2becb5c3c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url="http://www.beast2.org/"
license=('GPL2')
depends=('bash' 'java-runtime>=8')
-source=($pkgname-$pkgver.tar.gz::https://github.com/CompEvol/beast2/releases/download/v$pkgver/BEAST.v$pkgver.Linux.tgz)
+source=("https://github.com/CompEvol/beast2/releases/download/v$pkgver/BEAST.v$pkgver.Linux.tgz")
md5sums=('7d12227e44f2610ed7ea3798c01600ca')
package() {