summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Baag2016-01-14 20:31:53 +0100
committerThomas Baag2016-01-14 20:31:53 +0100
commit87dfc4714a3bfb2b8122e7ec9002453a4a933a05 (patch)
tree2467af256b26963dd53927bad9ef80706e331204
parentae67a8e7c3c0325ded10b23f87f60bff8118df88 (diff)
downloadaur-87dfc4714a3bfb2b8122e7ec9002453a4a933a05.tar.gz
Fixed arch and license
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5221c5d5353..719adfd59464 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@ pkgname=ballerburg
pkgver=1.2.0
pkgrel=1
pkgdesc="Classical castle combat game"
-arch=("x86_64")
+arch=(i686 x86_64)
url="http://baller.tuxfamily.org/"
-license=('GPL')
+license=('GPL3')
groups=()
depends=('sdl')
makedepends=('cmake')