summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan Coward2019-07-14 01:58:28 -0400
committerAidan Coward2019-07-14 01:58:28 -0400
commit02e7c797bb03c2913183be230c6dceb903fcd69d (patch)
tree3636a4205d1d3b28c65e5e00bceef8fbef4af966
parent07f790a21ed215024c2b1c9b75e078522e493542 (diff)
downloadaur-02e7c797bb03c2913183be230c6dceb903fcd69d.tar.gz
updated to version 1.4.37V4a
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--xmage.install12
3 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24ba7433b281..c56841d08842 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xmage
pkgdesc = Java-based program for playing Magic:The Gathering, including client and server
- pkgver = 1.4.37V3
+ pkgver = 1.4.37V4a
pkgrel = 0
url = http://xmage.de
install = xmage.install
@@ -8,10 +8,10 @@ pkgbase = xmage
license = MIT
makedepends = detox
optdepends = wmname: change window manager name for compatibility with certain WMs
- source = http://xmage.de/files/xmage_1.4.37V3.zip
+ source = http://xmage.de/files/xmage_1.4.37V4a.zip
source = https://raw.githubusercontent.com/magefree/mage/master/LICENSE.txt
source = http://xmage.today/java/jre-8u201-linux-x64.tar.gz
- sha256sums = 64ec4c3a1e5354e66518f4863823312ae9f843db15c787969b5b72696516bf1e
+ sha256sums = 386f4febda37b76c29daa0ecceaff0dfe7f4faab71abfe98f5a8f45395e3b4fb
sha256sums = SKIP
sha256sums = 12c745fbb8735bf450b8c6ba6f649bebe19915f05742975e443bdc8566170352
diff --git a/PKGBUILD b/PKGBUILD
index d1574fdac07a..deabda5b40ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aidan Coward <aidan -dot- coward -at- gmail -dot- com>
pkgname=xmage
-pkgver=1.4.37V3
+pkgver=1.4.37V4a
pkgrel=0
pkgdesc="Java-based program for playing Magic:The Gathering, including client and server"
@@ -14,7 +14,7 @@ license=('MIT')
source=("http://xmage.de/files/xmage_${pkgver}.zip"
'https://raw.githubusercontent.com/magefree/mage/master/LICENSE.txt')
-sha256sums=("64ec4c3a1e5354e66518f4863823312ae9f843db15c787969b5b72696516bf1e"
+sha256sums=("386f4febda37b76c29daa0ecceaff0dfe7f4faab71abfe98f5a8f45395e3b4fb"
"SKIP")
###########################
diff --git a/xmage.install b/xmage.install
index 83ae8f52a029..6ec7fba9b915 100644
--- a/xmage.install
+++ b/xmage.install
@@ -1,11 +1,13 @@
-pkgname='xmage'
-
post_install() {
echo
- echo "==> ${pkgname}'s files are located in /usr/share/xmage"
- echo "==> If you wish to increase the amount of RAM available"
+ echo "==> xmage's files are located in /usr/share/xmage"
+ echo "==>"
+ echo "==> xmage will automatically increase the (default)"
+ echo "==> amount of RAM available to both the client"
+ echo "==> and the server from 512MB to 1024MB"
+ echo "==> If you wish to change the amount of RAM available"
echo "==> to xmage, edit /bin/mage-client or /bin/mage-server"
- echo "==> and change the 1024 in "-Xmx1024m" to the amount"
+ echo "==> and change the 1024 in '-Xmx1024m' to the amount"
echo "==> of RAM(in MB) you wish to make available"
echo
}