summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAidan Coward2018-11-30 18:30:25 -0500
committerAidan Coward2018-11-30 18:30:25 -0500
commitbc0a3766c606675d9e266569eb0097e93c13bebc (patch)
tree3b8078085595c2500077efd385944d757dfb7b42
parenta2c807b50a21c0f7ef5796ee425e3a10d50e17c0 (diff)
downloadaur-bc0a3766c606675d9e266569eb0097e93c13bebc.tar.gz
new release(1.4.32v0)
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD5
-rw-r--r--notes.txt4
4 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1fe148754c2..0b3358846bd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = xmage
pkgdesc = Java-based program for playing Magic:The Gathering, including client and server
- pkgver = 1.4.31V4
+ pkgver = 1.4.32V0
pkgrel = 0
url = http://xmage.de
arch = any
license = MIT
depends = jre8-openjdk>=8.u181-1
optdepends = wmname: change window manager name for compatibility with certain WMs
- source = http://xmage.de/files/xmage_1.4.31V4.zip
+ source = http://xmage.de/files/xmage_1.4.32V0.zip
source = https://raw.githubusercontent.com/magefree/mage/master/LICENSE.txt
- sha256sums = a82b415e1a543386d7f00a4154455442e362dda42cdc76378531e92d3c8e6384
+ sha256sums = b1a0a082b37064abaeac2e489b473ca24584d384a5d512c2caa5595cc9e8a936
sha256sums = SKIP
pkgname = xmage
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5a6fc6d9e98e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+git-notes.txt
+*.zip
diff --git a/PKGBUILD b/PKGBUILD
index 6205fd4e0ff8..f826f661698e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aidan Coward <aidan -dot- coward -at- gmail -dot- com>
pkgname=xmage
-pkgver=1.4.31V4
+pkgver=1.4.32V0
pkgrel=0
pkgdesc="Java-based program for playing Magic:The Gathering, including client and server"
@@ -16,7 +16,7 @@ optdepends=('wmname: change window manager name for compatibility with certain W
source=("http://xmage.de/files/xmage_${pkgver}.zip"
'https://raw.githubusercontent.com/magefree/mage/master/LICENSE.txt')
-sha256sums=("a82b415e1a543386d7f00a4154455442e362dda42cdc76378531e92d3c8e6384"
+sha256sums=("b1a0a082b37064abaeac2e489b473ca24584d384a5d512c2caa5595cc9e8a936"
"SKIP")
package() {
@@ -51,3 +51,4 @@ package() {
msg2 "installing license: ${license}..."
install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licences/"${pkgname}"/LICENSE.txt
}
+
diff --git a/notes.txt b/notes.txt
new file mode 100644
index 000000000000..66d63356c200
--- /dev/null
+++ b/notes.txt
@@ -0,0 +1,4 @@
+after installation, to increase the amount of ram available to the program, edit /bin/mage-client or /bin/mage-server
+change the 512 in "-Xmx512m" to the amount of ram(in MB) you want to make available
+
+if the program starts but only displays a grey screen, try the wmname package to change the name of the current window manager. some java programs don't work properly with certain window managers