summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2016-01-05 10:31:46 +0100
committerMaxime Gauduin2016-01-05 10:31:46 +0100
commita4654980b540cfb6d5628e8f8b2ac4a397eb3327 (patch)
tree1d818da8a76d0cca187d1f7a77c1170f804dac01
parentfeeec1d560b23cf02b789537708c3c010a9eac8e (diff)
downloadaur-a4654980b540cfb6d5628e8f8b2ac4a397eb3327.tar.gz
lib32-sdl2 2.0.4-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb2f287d937c..b0d465aeb72c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Jan 5 09:31:46 UTC 2016
pkgbase = lib32-sdl2
- pkgdesc = A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)
- pkgver = 2.0.3
- pkgrel = 3
+ pkgdesc = Simple DirectMedia Layer
+ pkgver = 2.0.4
+ pkgrel = 1
url = http://www.libsdl.org
arch = x86_64
license = MIT
@@ -20,8 +22,8 @@ pkgbase = lib32-sdl2
depends = sdl2
optdepends = lib32-alsa-lib: ALSA audio driver
optdepends = lib32-libpulse: PulseAudio audio driver
- source = http://www.libsdl.org/release/SDL2-2.0.3.tar.gz
- sha256sums = a5a69a6abf80bcce713fa873607735fe712f44276a7f048d60a61bb2f6b3c90c
+ source = http://www.libsdl.org/release/SDL2-2.0.4.tar.gz
+ sha256sums = da55e540bf6331824153805d58b590a29c39d2d506c6d02fa409aedeab21174b
pkgname = lib32-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 9b727db7fb5c..a24b40a23be0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: J0k3r <moebius282@gmail.com>
pkgname=lib32-sdl2
-pkgver=2.0.3
-pkgrel=3
-pkgdesc='A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)'
+pkgver=2.0.4
+pkgrel=1
+pkgdesc='Simple DirectMedia Layer'
arch=('x86_64')
url='http://www.libsdl.org'
license=('MIT')
@@ -17,7 +17,7 @@ makedepends=('gcc-multilib' 'lib32-alsa-lib' 'lib32-mesa' 'lib32-libpulse'
optdepends=('lib32-alsa-lib: ALSA audio driver'
'lib32-libpulse: PulseAudio audio driver')
source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz")
-sha256sums=('a5a69a6abf80bcce713fa873607735fe712f44276a7f048d60a61bb2f6b3c90c')
+sha256sums=('da55e540bf6331824153805d58b590a29c39d2d506c6d02fa409aedeab21174b')
build() {
cd SDL2-${pkgver}