summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTilo Brueckner2019-01-28 21:38:28 +0100
committerTilo Brueckner2019-01-28 21:38:28 +0100
commitcbf7a5944e9d0ac9d8d759da263112cef1bb8d05 (patch)
tree6a929e5344503f9b613f0b133cd68154816c1133
parent4f4a84002043c398c97feb832e787264bc331d6b (diff)
downloadaur-cbf7a5944e9d0ac9d8d759da263112cef1bb8d05.tar.gz
fixed download URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c50f72b52ff..d08bc1f45500 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
-# Generated by makepkg 5.0.2
-# Thu Feb 15 14:19:27 UTC 2018
+# Generated by makepkg 5.1.2
+# Mon Jan 28 20:37:10 UTC 2019
pkgbase = jcloisterzone
pkgdesc = A Java version of the Carcassonne board game.
pkgver = 4.3.0
@@ -9,7 +9,7 @@ pkgbase = jcloisterzone
license = AGPL
depends = java-runtime>=8
depends = archlinux-java-run
- source = http://jcloisterzone.com/builds/JCloisterZone-4.3.0.tgz
+ source = http://play.jcloisterzone.com/builds/JCloisterZone-4.3.0.tgz
source = jcloisterzone.sh
source = jcloisterzone.desktop
source = ico.png
diff --git a/PKGBUILD b/PKGBUILD
index 71ca9269f070..9ec536092b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="http://jcloisterzone.com/en/"
license=('AGPL')
depends=('java-runtime>=8' 'archlinux-java-run')
-source=("http://jcloisterzone.com/builds/JCloisterZone-${pkgver}.tgz"
+source=("http://play.jcloisterzone.com/builds/JCloisterZone-${pkgver}.tgz"
'jcloisterzone.sh'
'jcloisterzone.desktop'
'ico.png')