summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Meyer2021-08-14 00:13:38 +0200
committerSebastian Meyer2021-08-14 00:13:38 +0200
commit05ae8bbc4b2ac318b72e9bef2af557c027e77a25 (patch)
treeecb374f8d9ff8615579339e0ed7a2399fb0de34f
parent13427e3731e4b0432767dfed6659a43296de214e (diff)
downloadaur-sdl2_compat12-git.tar.gz
add armv7h to list of supported archs (as reported by user autumnontape)
-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')