summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2023-02-01 14:54:05 -0600
committerHurricanePootis2023-02-01 14:54:05 -0600
commiteb821ee2f23a53fffd554de40cee3df00228fb76 (patch)
treec275fa2aa18c451be63bef7c5e9539b83c9425e2
parentd7650b45784c33dd42c4541aa0f8abb81e4f8b56 (diff)
downloadaur-eb821ee2f23a53fffd554de40cee3df00228fb76.tar.gz
Add i686
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00ee5ee72d5a..c7a74cddb998 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = lib32-sdl12-compat-git
pkgrel = 1
url = https://github.com/libsdl-org/sdl12-compat
arch = x86_64
+ arch = i686
license = custom
makedepends = cmake
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 9fe0926e3353..f918b327caa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgbase=sdl12-compat
pkgver=1.2.54.r6.g4d814ba
pkgrel=1
pkgdesc="An SDL-1.2 compatibility layer that uses SDL 2.0 behind the scenes."
-arch=("x86_64")
+arch=("x86_64" "i686")
url="https://github.com/libsdl-org/sdl12-compat"
license=('custom')
depends=('lib32-sdl2' 'lib32-glibc' 'lib32-glu')