summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGraham Edgecombe2017-01-30 20:04:52 +0000
committerGraham Edgecombe2017-01-30 20:04:52 +0000
commit7a0f0cba5b117d6090091b3274766eab257cc817 (patch)
treeb4d0fef9469c18444f6e8bb02efee2b286b0d2dd /PKGBUILD
parentb0ae3bb9213ee78634421d77873c28f41239f445 (diff)
downloadaur-7a0f0cba5b117d6090091b3274766eab257cc817.tar.gz
Add armv7h and aarch64 architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'