summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Edgecombe2017-01-30 20:04:52 +0000
committerGraham Edgecombe2017-01-30 20:04:52 +0000
commit7a0f0cba5b117d6090091b3274766eab257cc817 (patch)
treeb4d0fef9469c18444f6e8bb02efee2b286b0d2dd
parentb0ae3bb9213ee78634421d77873c28f41239f445 (diff)
downloadaur-7a0f0cba5b117d6090091b3274766eab257cc817.tar.gz
Add armv7h and aarch64 architectures
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 660b99d9a7fe..23f28d650cd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jan 30 19:57:14 UTC 2017
+# Mon Jan 30 20:04:36 UTC 2017
pkgbase = openrct2
pkgdesc = Open source re-implementation of Roller Coaster Tycoon 2 (requires full copy of the game)
pkgver = 0.0.6
@@ -8,6 +8,8 @@ pkgbase = openrct2
install = openrct2.install
arch = i686
arch = x86_64
+ arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = cmake
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index bde3f87a72ab..304fae4458eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.0.6
pkgrel=1
pkgdesc='Open source re-implementation of Roller Coaster Tycoon 2 (requires full
copy of the game)'
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://openrct2.website'
license=('GPL3')
depends=('hicolor-icon-theme' 'sdl2' 'sdl2_ttf' 'curl' 'jansson' 'speexdsp'