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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Jun 3 00:11:40 UTC 2016


    Date: Friday, June 3, 2016 @ 02:11:40
  Author: svenstaro
Revision: 177772

upgpkg: glfw 3.2-2

replace glfw

Modified:
  glfw/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-02 23:50:40 UTC (rev 177771)
+++ PKGBUILD	2016-06-03 00:11:40 UTC (rev 177772)
@@ -9,7 +9,7 @@
 pkgbase=glfw
 pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
 pkgver=3.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.glfw.org/"
 license=('custom:ZLIB')
@@ -44,6 +44,7 @@
 package_glfw-x11() {
   pkgdesc="A free, open source, portable framework for graphical application development (x11)"
   depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
+  replaces=('glfw')
 
   cd "$srcdir/$pkgbase-$pkgver"/build-x11
 



More information about the arch-commits mailing list