summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Bart2018-10-31 20:13:00 -0300
committerEduardo Bart2018-10-31 20:13:00 -0300
commitd33a22b16f16d2e60393ee24e0de27079e2ec16f (patch)
tree56a8e84e033d6629820a66eec65bbe338ee449ae
parent21aa3b4dd26868aa7171f3827745b6c3ebd7f3c9 (diff)
downloadaur-d33a22b16f16d2e60393ee24e0de27079e2ec16f.tar.gz
Update to SDL 2.0.9 and add mingw-w64-crt as dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4296a187ade2..a9182b6c51e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
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.8
+ pkgver = 2.0.9
pkgrel = 1
url = http://libsdl.org
arch = any
license = MIT
makedepends = mingw-w64-configure
+ depends = mingw-w64-crt
options = staticlibs
options = !strip
options = !buildflags
- source = http://libsdl.org/release/SDL2-2.0.8.tar.gz
- sha256sums = edc77c57308661d576e843344d8638e025a7818bff73f8fbfab09c3c5fd092ec
+ source = http://libsdl.org/release/SDL2-2.0.9.tar.gz
+ sha256sums = 255186dc676ecd0c1dbf10ec8a2cc5d6869b5079d8a38194c2aecdff54b324b1
pkgname = mingw-w64-sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 4586dc5ad876..fffa8d22a3f8 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.8
+pkgver=2.0.9
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')
@@ -10,10 +10,10 @@ url='http://libsdl.org'
arch=('any')
_archs=('i686-w64-mingw32' 'x86_64-w64-mingw32')
-depends=()
+depends=('mingw-w64-crt')
makedepends=('mingw-w64-configure')
source=("${url}/release/SDL2-${pkgver}.tar.gz")
-sha256sums=('edc77c57308661d576e843344d8638e025a7818bff73f8fbfab09c3c5fd092ec')
+sha256sums=('255186dc676ecd0c1dbf10ec8a2cc5d6869b5079d8a38194c2aecdff54b324b1')
options=(staticlibs !strip !buildflags)
build() {