summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Schwichtenberg2022-05-31 19:07:37 +0200
committerTimo Schwichtenberg2022-05-31 19:07:37 +0200
commitfb7afd52fa2a23de0ad009fe471a59fd4af1004d (patch)
treec6dacc840f34279a7a46ea6f116516f6fb19765a
parent9a70f88133e4cdc29acacdbde0985a56518d0993 (diff)
downloadaur-fb7afd52fa2a23de0ad009fe471a59fd4af1004d.tar.gz
Correction of the link for downloading the app icon.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6074321a255c..eb8d8bab1702 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.49
- 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.49/forge-gui-desktop-1.6.49.tar.bz2
- source = https://git.cardforge.org/core-developers/forge/raw/master/AppIcon.png
+ source = https://github.com/Card-Forge/forge/raw/e16a80e822dd040cc6c768152f3493eb4f2ce09a/AppIcon.png
sha1sums = 3d6e8d04c1ab8b66273dccdc02afa6a7ccc9215f
sha1sums = 9a957969da65cf281ceb31a3737bb3b8b799f14b
diff --git a/PKGBUILD b/PKGBUILD
index 9bc9955282f7..19213db38e95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Timo Schwichtenberg <therealbassx at yahoo dot de>
pkgname=forge-gui-desktop
pkgver=1.6.49
-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"
- "https://git.cardforge.org/core-developers/forge/raw/master/AppIcon.png")
+ "https://github.com/Card-Forge/forge/raw/e16a80e822dd040cc6c768152f3493eb4f2ce09a/AppIcon.png")
sha1sums=('3d6e8d04c1ab8b66273dccdc02afa6a7ccc9215f'
'9a957969da65cf281ceb31a3737bb3b8b799f14b')