summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2020-07-28 13:02:19 -0400
committerKevin MacMartin2020-07-28 13:02:19 -0400
commit8c6dc8a0da4801489d0b01e5dd29f1db8194ee5d (patch)
treebcee9ba9aeba2d4b0f1d258ef033154ed8ecc0cd /PKGBUILD
parent3927a3f2fc02beaf811a01c39db2b3e4098c6b83 (diff)
downloadaur-8c6dc8a0da4801489d0b01e5dd29f1db8194ee5d.tar.gz
Specify arch as this is a binary package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03df9659e16f..b9bc19c8ef0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,9 @@ _region=us
_pkgname=sm64ex
pkgname=$_pkgname-redrawn-git
pkgver=r504.58
-pkgrel=1
+pkgrel=2
pkgdesc='Super Mario 64 PC port (sm64ex fork) with the redrawn texture pack'
-arch=('any')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://github.com/sm64pc/sm64ex'
license=('reverse-engineered and unlicensed')
depends=('python' 'audiofile' 'sdl2' 'glew')