summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-04-05 00:27:25 +0200
committerAlexandre Bouvier2022-04-05 00:27:25 +0200
commitc0db5e81cf813db15b5fb815c227968acd4826bf (patch)
tree71d51e067eb53a1cdc8cae9d5be7329f0e3ad3e9
parentb6ea288eacd0de8250fe3980514bd5898abd6e91 (diff)
downloadaur-c0db5e81cf813db15b5fb815c227968acd4826bf.tar.gz
moar arch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30909cc74e7c..6aa418c29bce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,10 +3,11 @@ pkgbase = libretro-ppsspp-git
pkgver = 1.12.3.r980.g3bfab6326
pkgrel = 2
url = https://www.ppsspp.org/
- arch = arm
- arch = armv6h
+ arch = aarch64
arch = armv7h
+ arch = i486
arch = i686
+ arch = pentium4
arch = x86_64
groups = libretro
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index abf473a99300..6d3c3231c567 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=$_pkgname-git
pkgver=1.12.3.r980.g3bfab6326
pkgrel=2
pkgdesc="Sony PlayStation Portable core"
-arch=('arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
+arch=('aarch64' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
url="https://www.ppsspp.org/"
license=('GPL2')
groups=('libretro')