summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Schwichtenberg2018-01-16 22:03:25 +0100
committerTimo Schwichtenberg2018-01-16 22:03:25 +0100
commitf466f949e542a51e15940fd66fa75880fc3e8e15 (patch)
tree66739e0627642843eb961f40c8844f036a38f4f5
parentd917207fd0b5ca27dd3f1e4f6d8dd9e44fb5e0c3 (diff)
downloadaur-f466f949e542a51e15940fd66fa75880fc3e8e15.tar.gz
Fixed link of AppIcon.png
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6110db0cd59a..acdfd4c71ae7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = forge-gui-desktop
pkgdesc = Implementation of Magic the Gathering that lets you play against a computer AI
pkgver = 1.6.6
- pkgrel = 1
+ pkgrel = 2
url = https://www.slightlymagic.net/wiki/Forge
arch = any
license = GPL3
depends = jre8-openjdk
source = https://releases.cardforge.org/forge/forge-gui-desktop/1.6.6/forge-gui-desktop-1.6.6.tar.bz2
- source = http://svn.slightlymagic.net/forge/trunk/AppIcon.png
+ source = http://svn.slightlymagic.net/websvn/filedetails.php?repname=Forge&path=%2Ftrunk%2FAppIcon.png
sha1sums = 4806bb6b5d1ae96b6d2c824c3311707825688aab
sha1sums = 9a957969da65cf281ceb31a3737bb3b8b799f14b
diff --git a/PKGBUILD b/PKGBUILD
index 3bb905985f92..1d1d2a592236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Timo Schwichtenberg <therealbassx at yahoo dot de>
pkgname=forge-gui-desktop
pkgver=1.6.6
-pkgrel=1
+pkgrel=2
pkgdesc="Implementation of Magic the Gathering that lets you play against a computer AI"
arch=('any')
url="https://www.slightlymagic.net/wiki/Forge"
license=('GPL3')
depends=('jre8-openjdk')
source=("https://releases.cardforge.org/forge/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2"
- "http://svn.slightlymagic.net/forge/trunk/AppIcon.png")
+ "http://svn.slightlymagic.net/websvn/filedetails.php?repname=Forge&path=%2Ftrunk%2FAppIcon.png")
sha1sums=('4806bb6b5d1ae96b6d2c824c3311707825688aab'
'9a957969da65cf281ceb31a3737bb3b8b799f14b')