summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Attila2016-01-10 10:19:57 +0100
committerMika Attila2016-01-10 10:19:57 +0100
commit813b42561fe13716c1928d0a434a6e6dbc8ff202 (patch)
tree96ae26896d28d982276f78df5da3bc83b04c41d5
parentde1504974a52f7065d6b9587b52d59109f056474 (diff)
downloadaur-813b42561fe13716c1928d0a434a6e6dbc8ff202.tar.gz
Upgrade 2.0.3 -> 2.0.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc7a392b669a..17c0f726c14e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Jan 10 09:19:16 UTC 2016
pkgbase = mingw-w64-sdl2
pkgdesc = A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) (mingw-w64)
- pkgver = 2.0.3
- pkgrel = 7
+ pkgver = 2.0.4
+ pkgrel = 1
url = http://libsdl.org
arch = any
license = MIT
@@ -10,8 +12,8 @@ pkgbase = mingw-w64-sdl2
options = staticlibs
options = !strip
options = !buildflags
- source = http://libsdl.org/release/SDL2-2.0.3.tar.gz
- md5sums = fe6c61d2e9df9ef570e7e80c6e822537
+ source = http://libsdl.org/release/SDL2-2.0.4.tar.gz
+ md5sums = 44fc4a023349933e7f5d7a582f7b886e
pkgname = mingw-w64-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 9b9fce218173..444934f269b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Submit issues/pull requests at https://github.com/crumblingstatue/aur-mingw-w64-sdl2
pkgname=mingw-w64-sdl2
-pkgver=2.0.3
-pkgrel=7
+pkgver=2.0.4
+pkgrel=1
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) (mingw-w64)"
arch=(any)
url="http://libsdl.org"
@@ -12,7 +12,7 @@ depends=(mingw-w64-libdbus)
makedepends=(mingw-w64-configure)
options=(staticlibs !strip !buildflags)
source=("http://libsdl.org/release/SDL2-${pkgver}.tar.gz")
-md5sums=('fe6c61d2e9df9ef570e7e80c6e822537')
+md5sums=('44fc4a023349933e7f5d7a582f7b886e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"