[arch-commits] Commit in sdl2/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sun Sep 1 22:29:22 UTC 2013


    Date: Monday, September 2, 2013 @ 00:29:22
  Author: svenstaro
Revision: 193804

upgpkg: sdl2 2.0.0-4

Fix FS#36765

Modified:
  sdl2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-01 15:26:33 UTC (rev 193803)
+++ PKGBUILD	2013-09-01 22:29:22 UTC (rev 193804)
@@ -2,13 +2,13 @@
 
 pkgname=sdl2
 pkgver=2.0.0
-pkgrel=3
+pkgrel=4
 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"
 license=('MIT')
 depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl')
-makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake')
+makedepends=('alsa-lib' 'mesa' 'libpulse' 'cmake' 'libxrandr' 'libxinerama')
 optdepends=('alsa-lib: ALSA audio driver'
             'libpulse: PulseAudio audio driver')
 source=("http://www.libsdl.org/release/SDL2-${pkgver}.tar.gz")




More information about the arch-commits mailing list