summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLightDot2018-02-22 22:03:16 +0100
committerLightDot2018-02-22 22:03:16 +0100
commit9db9c91100ceac46ec0af203e79b2c0cda583f04 (patch)
tree65592e5b67aebe6605efb4e8a502b1d4323a31c2
parent0479a987055658010a9d5e58446a0e444886c610 (diff)
downloadaur-9db9c91100ceac46ec0af203e79b2c0cda583f04.tar.gz
PKGBUILD cleanup
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 658d3220d65c..f4b1609ffde8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = lgeneral
pkgrel = 1
url = http://lgames.sourceforge.net/LGeneral/
install = lgeneral.install
- arch = i686
arch = x86_64
license = GPL2
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index ecf06cc37470..d4088037c32c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
+# Maintainer: LightDot <lightdot -a-t- g m a i l>
-# Maintainer: LighDot <lightdot -a-t- g m a i l>
pkgname=lgeneral
pkgver=1.4.3
pkgrel=1
pkgdesc="A turn-based strategy engine heavily inspired by Panzer General (pg-data and kukgen-data included)."
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://lgames.sourceforge.net/LGeneral/"
license=('GPL2' 'custom' 'CCPL') # pg-data is abandonware, hence custom
depends=('sdl_mixer' 'hicolor-icon-theme')