summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-04-01 17:48:13 +0200
committerAlexandre Bouvier2022-04-01 17:48:13 +0200
commite42990d3541658971c7e1df0f60318d80f8965d0 (patch)
tree33a9132b449439cde65066ca4f561e5a441f3554 /PKGBUILD
parent20c3bca8f52a52ace609bea90642876b9485e9fa (diff)
downloadaur-e42990d3541658971c7e1df0f60318d80f8965d0.tar.gz
moar arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 444a497e17ed..b988379d5cfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=$_pkgname-git
pkgver=1.2.r245.g514eedbc
pkgrel=1
pkgdesc="Sega Dreamcast core"
-arch=('i686' 'x86_64')
+arch=('aarch64' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
url="https://github.com/flyinghead/$_reponame"
license=('GPL2')
groups=('libretro')
@@ -27,7 +27,7 @@ provides=("$_pkgname")
conflicts=("$_pkgname")
source=(
"git+$url.git"
- "$_pkgname-unbundle-libs.patch"
+ 'unbundle-libs.patch'
)
b2sums=(
'SKIP'
@@ -41,7 +41,7 @@ pkgver() {
prepare() {
cd $_reponame
- patch -Np1 < ../$_pkgname-unbundle-libs.patch
+ patch -Np1 < ../unbundle-libs.patch
rm -r core/deps/libretro-common/include/libchdr
}