summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFélix Piédallu2016-10-23 17:00:17 +0200
committerFélix Piédallu2016-10-23 17:00:17 +0200
commit347ca75f340ccbdd15f42997bc2695ed5b3b0e6a (patch)
tree0c454ec9c3aec8f766f9933a81f6072ac5e0befa
parenta8671f137cbe28e5ec9daf8ea047975fd123f795 (diff)
downloadaur-347ca75f340ccbdd15f42997bc2695ed5b3b0e6a.tar.gz
updated to 2.0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83c22a102055..e6c5f076c91c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Sep 12 16:30:26 UTC 2016
+# Sun Oct 23 15:00:06 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.4
+ pkgver = 2.0.5
pkgrel = 1
url = http://libsdl.org
arch = any
@@ -11,8 +11,8 @@ pkgbase = mingw-w64-sdl2
options = staticlibs
options = !strip
options = !buildflags
- source = http://libsdl.org/release/SDL2-2.0.4.tar.gz
- md5sums = 44fc4a023349933e7f5d7a582f7b886e
+ source = http://libsdl.org/release/SDL2-2.0.5.tar.gz
+ sha1sums = c4f87580630387796df4ac87c362b4f9a721457e
pkgname = mingw-w64-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 37d852334441..daa229273e8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Submit issues/pull requests at https://github.com/crumblingstatue/aur-mingw-w64-sdl2
pkgname=mingw-w64-sdl2
-pkgver=2.0.4
+pkgver=2.0.5
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)
@@ -12,8 +12,7 @@ depends=()
makedepends=(mingw-w64-configure)
options=(staticlibs !strip !buildflags)
source=("http://libsdl.org/release/SDL2-${pkgver}.tar.gz")
-md5sums=('44fc4a023349933e7f5d7a582f7b886e')
-
+sha1sums=('c4f87580630387796df4ac87c362b4f9a721457e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() {