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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Dec 17 17:26:29 UTC 2013


    Date: Tuesday, December 17, 2013 @ 18:26:28
  Author: svenstaro
Revision: 201662

upgpkg: sdl2 2.0.1-3

Fix FS#38049 - Add libxcursor dep

Modified:
  sdl2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-17 15:31:03 UTC (rev 201661)
+++ PKGBUILD	2013-12-17 17:26:28 UTC (rev 201662)
@@ -1,12 +1,12 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 pkgname=sdl2
 pkgver=2.0.1
-pkgrel=2
+pkgrel=3
 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')
+depends=('glibc' 'libxext' 'libxrender' 'libx11' 'libgl' 'libxcursor')
 makedepends=('alsa-lib' 'mesa' 'libpulse' 'libxrandr' 'libxinerama')
 optdepends=('alsa-lib: ALSA audio driver'
             'libpulse: PulseAudio audio driver')




More information about the arch-commits mailing list