summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Meyer2021-08-14 00:13:38 +0200
committerSebastian Meyer2021-08-14 00:13:38 +0200
commit05ae8bbc4b2ac318b72e9bef2af557c027e77a25 (patch)
treeecb374f8d9ff8615579339e0ed7a2399fb0de34f /PKGBUILD
parent13427e3731e4b0432767dfed6659a43296de214e (diff)
downloadaur-05ae8bbc4b2ac318b72e9bef2af557c027e77a25.tar.gz
add armv7h to list of supported archs (as reported by user autumnontape)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')