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 954443c465bd..e514fb80e1f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = sdl2-git
url = https://www.libsdl.org
arch = x86_64
arch = aarch64
- arch = armv7l
+ arch = armv7h
license = MIT
makedepends = alsa-lib
makedepends = mesa
diff --git a/PKGBUILD b/PKGBUILD
index 0cc6f49a780d..2de03f8122ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=sdl2-git
pkgver=release.2.0.14.r347.gf443a6fc7
pkgrel=1
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)"
-arch=('x86_64' 'aarch64' 'armv7l')
+arch=('x86_64' 'aarch64' 'armv7h')
url="https://www.libsdl.org"
license=('MIT')
depends=('libgl' 'libibus' )