summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2011-11-14 16:59:08 +0000
committerKuba Serafinowski2011-11-14 16:59:08 +0000
commit9995c08ae3c7e78594c031dc9820516e2aea8887 (patch)
tree479211991cf71740d3a206a3da491f876db3bcfa
parent0e7a2e66f3bf58898f08f564160c6580a526f339 (diff)
downloadaur-9995c08ae3c7e78594c031dc9820516e2aea8887.tar.gz
make it work with a temporary download link
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7c4fd1e6376..fb788c82bfb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,8 @@ pkgbase = jreen
provides = jreen
conflicts = jreen-git
options = !strip
- source = https://github.com/euroelessar/jreen/tarball/v1.0.1
+ source = https://github.com/downloads/zizzfizzix/pkgbuilds/jreen-1.0.1.tar.bz2
+ md5sums = 26ba6636879e82b452bf8e0f3fa2f397
pkgname = jreen
diff --git a/PKGBUILD b/PKGBUILD
index af9cc5a6176c..1fd8e1700ff3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,8 +24,8 @@ makedepends=('cmake')
provides=('jreen')
conflicts=('jreen-git')
options=(!strip)
-source=(${url}/tarball/v${pkgver})
-md5sums=()
+source=(https://github.com/downloads/zizzfizzix/pkgbuilds/${pkgname}-${pkgver}.tar.bz2)
+md5sums=(26ba6636879e82b452bf8e0f3fa2f397)
# Clean options array to strip pkg if release buildtype is chosen
if [[ ${_buildtype} == "Release" ]] || [[ ${_buildtype} == "release" ]]; then