summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Bart2020-12-26 08:37:06 -0300
committerEduardo Bart2020-12-26 08:37:25 -0300
commitc897d6b58a853062a11507732c32d1b8ab877d06 (patch)
tree0e0d40180aa1503a21d521055105447d5b460296
parent7ca61ce7c5f2a59d44c02fa633ee4e2f6f1b4b9d (diff)
downloadaur-c897d6b58a853062a11507732c32d1b8ab877d06.tar.gz
Update to 2.0.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64eab7f57269..7f786eb0d5b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.12
- pkgrel = 3
+ pkgver = 2.0.14
+ pkgrel = 1
url = http://libsdl.org
arch = any
license = MIT
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-sdl2
options = staticlibs
options = !strip
options = !buildflags
- source = http://libsdl.org/release/SDL2-2.0.12.tar.gz
- sha256sums = 349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863
+ source = http://libsdl.org/release/SDL2-2.0.14.tar.gz
+ sha256sums = d8215b571a581be1332d2106f8036fcb03d12a70bae01e20f424976d275432bc
pkgname = mingw-w64-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index c801f2310a76..955d24b1dc9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-sdl2
-pkgver=2.0.12
-pkgrel=3
+pkgver=2.0.14
+pkgrel=1
pkgdesc='A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) (mingw-w64)'
license=('MIT')
url='http://libsdl.org'
@@ -10,7 +10,7 @@ _archs=('i686-w64-mingw32' 'x86_64-w64-mingw32')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-configure')
source=("${url}/release/SDL2-${pkgver}.tar.gz")
-sha256sums=('349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863')
+sha256sums=('d8215b571a581be1332d2106f8036fcb03d12a70bae01e20f424976d275432bc')
options=(staticlibs '!strip' '!buildflags')
prepare() {