summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b63883c90d87..78392eab28a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = sdl2_compat12-git
url = https://github.com/libsdl-org/sdl12-compat.git
arch = i686
arch = x86_64
+ arch = armv7h
license = ZLIB
makedepends = cmake
makedepends = git
@@ -20,4 +21,3 @@ pkgbase = sdl2_compat12-git
sha256sums = e59519698276b34277a76746b84c06afe5f21037e3c4a5a8e8f913306f0bd812
pkgname = sdl2_compat12-git
-
diff --git a/PKGBUILD b/PKGBUILD
index b441d5dddc82..d9636624553e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=r285.646ecd7
pkgrel=1
pkgdesc="Provides a binary-compatible API for programs written against SDL 1.2, but it uses SDL 2.0 behind the scenes."
url=https://github.com/libsdl-org/sdl12-compat.git
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
license=('ZLIB')
depends=('sdl2' 'glu')
makedepends=('cmake' 'git')