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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Dec 28 17:40:00 UTC 2014


    Date: Sunday, December 28, 2014 @ 18:40:00
  Author: svenstaro
Revision: 124750

upgpkg: glfw 3.0.4-3

Fix FS#43201 (add libxxf86vm dep)

Modified:
  glfw/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-28 13:29:25 UTC (rev 124749)
+++ PKGBUILD	2014-12-28 17:40:00 UTC (rev 124750)
@@ -8,11 +8,11 @@
 
 pkgname=('glfw' 'glfw-doc')
 pkgver=3.0.4
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.glfw.org/"
 license=('custom:ZLIB')
-depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput')
+depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm')
 makedepends=('mesa' 'cmake' 'doxygen')
 source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
 md5sums=('133a9faed6f1fbd527551a7e42aeb4f9')



More information about the arch-commits mailing list