summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 918065d2f056..305368fe0a81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = sdl2-nox
pkgdesc = A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) without X11 support
- pkgver = 2.0.7
+ pkgver = 2.0.8
pkgrel = 1
url = http://www.libsdl.org
arch = x86_64
arch = arm
arch = armv6h
arch = armv7h
+ arch = aarch64
license = MIT
makedepends = alsa-lib
depends = bash
@@ -14,7 +15,7 @@ pkgbase = sdl2-nox
optdepends = libpulse: PulseAudio audio driver
provides = sdl2
conflicts = sdl2
- source = https://www.libsdl.org/release/SDL2-2.0.7.tar.gz
+ source = https://www.libsdl.org/release/SDL2-2.0.8.tar.gz
sha512sums = eed5477843086a0e66552eb197a5c4929134522bc366d873732361ea0df5fb841ef7e2b1913e21d1bae69e6fd3152ee630492e615c58cbe903e7d6e47b587410
pkgname = sdl2-nox
diff --git a/PKGBUILD b/PKGBUILD
index 94bd3990bee3..59c0042ff3cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Christer Solskogen <christer.solskogen@gmail.com>
pkgname=sdl2-nox
-pkgver=2.0.7
+pkgver=2.0.8
pkgrel=1
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) without X11 support"
-arch=('x86_64' 'arm' 'armv6h' 'armv7h')
+arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="http://www.libsdl.org"
license=('MIT')
depends=('bash')