summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 319cdd38068f..201a0a4b05d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,12 @@
pkgbase = sm64ex-redrawn-git
pkgdesc = Super Mario 64 PC port (sm64ex fork) with the redrawn texture pack
pkgver = r504.58
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sm64pc/sm64ex
- arch = any
+ arch = i686
+ arch = x86_64
+ arch = armv7h
+ arch = aarch64
license = reverse-engineered and unlicensed
depends = python
depends = audiofile
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')