summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Bart2018-10-31 20:20:36 -0300
committerEduardo Bart2018-10-31 20:20:36 -0300
commit7981d48d2402c9aaafe2c19803ed25b5709a7d98 (patch)
tree7e22398254638c60b3826b707ec9702443a66740
parent03df9ad7e301076e1c96a11a722c1280589c7415 (diff)
downloadaur-7981d48d2402c9aaafe2c19803ed25b5709a7d98.tar.gz
Update to 2.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dfdc88c76d3..dae203333b94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-sdl2_mixer
pkgdesc = A simple multi-channel audio mixer (mingw-w64)
- pkgver = 2.0.2
+ pkgver = 2.0.4
pkgrel = 1
url = http://www.libsdl.org/projects/SDL_mixer
arch = any
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-sdl2_mixer
options = staticlibs
options = !strip
options = !buildflags
- source = http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.2.tar.gz
- md5sums = aaa0551393993c14a13f72b339c0ed6c
+ source = http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-2.0.4.tar.gz
+ md5sums = a36e8410cac46b00a4d01752b32c3eb1
pkgname = mingw-w64-sdl2_mixer
diff --git a/PKGBUILD b/PKGBUILD
index 0f973471e1ff..d646433a49f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Linus Probert <linus dot probert at gmail dot com>
pkgname=mingw-w64-sdl2_mixer
-pkgver=2.0.2
+pkgver=2.0.4
pkgrel=1
pkgdesc="A simple multi-channel audio mixer (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ depends=(mingw-w64-crt mingw-w64-sdl2 mingw-w64-libmodplug mingw-w64-libvorbis m
makedepends=(sed mingw-w64-gcc mingw-w64-configure)
options=(staticlibs !strip !buildflags)
source=("http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$pkgver.tar.gz")
-md5sums=('aaa0551393993c14a13f72b339c0ed6c')
+md5sums=('a36e8410cac46b00a4d01752b32c3eb1')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"