Date: Saturday, January 2, 2016 @ 23:29:10 Author: svenstaro Revision: 257469
upgpkg: sdl2 2.0.4-2 rebuild with new release 2.0.4 Modified: sdl2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-02 20:40:13 UTC (rev 257468) +++ PKGBUILD 2016-01-02 22:29:10 UTC (rev 257469) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=sdl2 pkgver=2.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)" arch=('i686' 'x86_64') url="http://www.libsdl.org" @@ -10,8 +10,8 @@ makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama' 'wayland' 'libxkbcommon') optdepends=('alsa-lib: ALSA audio driver' 'libpulse: PulseAudio audio driver') -source=("http://www.libsdl.org/tmp/release/SDL2-${pkgver}.tar.gz") -md5sums=('20d214724eb991787e34f43a6c822f67') +source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz") +md5sums=('44fc4a023349933e7f5d7a582f7b886e') prepare() { mkdir build
