Date: Sunday, April 1, 2018 @ 18:24:34 Author: svenstaro Revision: 320836
upgpkg: sdl2 2.0.8-6 Re-enable ALSA Modified: sdl2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-01 17:57:42 UTC (rev 320835) +++ PKGBUILD 2018-04-01 18:24:34 UTC (rev 320836) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=sdl2 pkgver=2.0.8 -pkgrel=5 +pkgrel=6 pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)" arch=('x86_64') url="http://www.libsdl.org" @@ -30,7 +30,7 @@ -DARTS=OFF \ -DESD=OFF \ -DNAS=OFF \ - -DALSA=OFF \ + -DALSA=ON \ -DPULSEAUDIO_SHARED=ON \ -DVIDEO_WAYLAND=ON \ -DRPATH=OFF \
