summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7f9016f5735..7adce254a9fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = openarena-git
pkgdesc = A violent, sexy, multiplayer first person shooter based on the ioquake3 engine (binary package)
pkgver = 0.8.8.r2428.f507a7a8
- pkgrel = 1
+ pkgrel = 2
url = http://openarena.ws/
arch = i686
arch = x86_64
arch = aarch64
+ arch = armv7h
license = GPL
makedepends = git
makedepends = make
diff --git a/PKGBUILD b/PKGBUILD
index 0fceb4f6091b..1ddb45b8dab1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgname='openarena-git'
pkgver=0.8.8.r2428.f507a7a8
_relver='088'
_openarenaver='0.8.8'
-pkgrel=1
+pkgrel=2
makedepends=('git' 'make' 'grep')
conflicts=('openarena')
provides=('openarena')
pkgdesc="A violent, sexy, multiplayer first person shooter based on the ioquake3 engine (binary package)"
-arch=('i686' 'x86_64' 'aarch64')
+arch=('i686' 'x86_64' 'aarch64' 'armv7h')
url="http://openarena.ws/"
license=('GPL')
depends=('sdl' 'libvorbis' 'curl' 'libxmp')