Date: Tuesday, June 24, 2014 @ 11:49:24
  Author: svenstaro
Revision: 113487

upgpkg: glm 0.9.5.4-2

Fix FS#40895

Modified:
  glm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-06-24 09:40:59 UTC (rev 113486)
+++ PKGBUILD    2014-06-24 09:49:24 UTC (rev 113487)
@@ -2,7 +2,7 @@
 # Contributor: Peter Hatina <phatina AT gmail.com>
 pkgname=glm
 pkgver=0.9.5.4
-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-2.8/Modules/FindGLM.cmake
+    install -Dm644 util/FindGLM.cmake 
$pkgdir/usr/share/cmake-3.0/Modules/FindGLM.cmake
     install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }

Reply via email to