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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Dec 19 15:19:48 UTC 2014


    Date: Friday, December 19, 2014 @ 16:19:47
  Author: svenstaro
Revision: 124107

upgpkg: glm 0.9.6.1-2

cmake 3.1

Modified:
  glm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-19 15:09:05 UTC (rev 124106)
+++ PKGBUILD	2014-12-19 15:19:47 UTC (rev 124107)
@@ -2,7 +2,7 @@
 # Contributor: Peter Hatina <phatina AT gmail.com>
 pkgname=glm
 pkgver=0.9.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="C++ mathematics library for 3D software based on the OpenGL Shading Language (GLSL) specification"
 arch=('any')
 license=('MIT')
@@ -20,6 +20,6 @@
     find $pkgdir -type f -exec chmod 644 {} \;
     find $pkgdir -type d -exec chmod 755 {} \;
 
-    install -Dm644 util/FindGLM.cmake $pkgdir/usr/share/cmake-3.0/Modules/FindGLM.cmake
+    install -Dm644 util/FindGLM.cmake $pkgdir/usr/share/cmake-3.1/Modules/FindGLM.cmake
     install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list