summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-04-06 00:54:28 +0200
committerAlexandre Bouvier2022-04-06 00:54:28 +0200
commit9ea52fa423b49875a2053107f9c925e7d661ba12 (patch)
treee4bb0a31c456f8e83fc2c1759aafc48191938769 /PKGBUILD
parent95c0e86a609cdc4206fafd6c71171405872990b8 (diff)
downloadaur-9ea52fa423b49875a2053107f9c925e7d661ba12.tar.gz
moar arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index accb379af4ff..995cf1223e49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=$_pkgname-git
pkgver=r734.26d9469
pkgrel=1
pkgdesc="Atari Lynx core"
-arch=('aarch64' 'arm' 'armv6h' 'armv7h' 'i686' 'x86_64')
+arch=('aarch64' 'armv7h' 'i486' 'i686' 'pentium4' 'x86_64')
url="https://github.com/libretro/beetle-lynx-libretro"
license=('GPL2')
groups=('libretro')
@@ -22,7 +22,7 @@ pkgver() {
}
prepare() {
- sed -i 's/-O2//' $_pkgname/Makefile
+ sed -i 's/-O[0123s]//g' $_pkgname/Makefile
}
build() {