summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2907e4cda523..69bd31f7d0de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.10
- pkgrel = 2
+ pkgver = 2.0.12
+ pkgrel = 0
url = http://www.libsdl.org
arch = x86_64
arch = arm
@@ -16,8 +16,8 @@ pkgbase = sdl2-nox
optdepends = libpulse: PulseAudio audio driver
provides = sdl2
conflicts = sdl2
- source = https://www.libsdl.org/release/SDL2-2.0.10.tar.gz
- md5sums = 5a2114f2a6f348bdab5bf52b994811db
+ source = https://www.libsdl.org/release/SDL2-2.0.12.tar.gz
+ md5sums = 783b6f2df8ff02b19bb5ce492b99c8ff
pkgname = sdl2-nox
diff --git a/PKGBUILD b/PKGBUILD
index 639ad2b161c7..eb1e5f6a7a3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# In order to use this on the Raspberry PI, you must either use the kms or fkms driver.
pkgname=sdl2-nox
-pkgver=2.0.10
-pkgrel=2
+pkgver=2.0.12
+pkgrel=0
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' 'aarch64')
url="http://www.libsdl.org"
@@ -16,7 +16,7 @@ conflicts=('sdl2')
optdepends=('alsa-lib: ALSA audio driver'
'libpulse: PulseAudio audio driver')
source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz")
-md5sums=('5a2114f2a6f348bdab5bf52b994811db')
+md5sums=('783b6f2df8ff02b19bb5ce492b99c8ff')
prepare() {
mkdir build