[arch-commits] Commit in glm/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Fri Jul 24 09:01:17 UTC 2015
Date: Friday, July 24, 2015 @ 11:01:17
Author: svenstaro
Revision: 137358
upgpkg: glm 0.9.6.3-2
Cmake 3.3 rebuild
Modified:
glm/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-07-24 08:44:36 UTC (rev 137357)
+++ PKGBUILD 2015-07-24 09:01:17 UTC (rev 137358)
@@ -2,7 +2,7 @@
# Contributor: Peter Hatina <phatina AT gmail.com>
pkgname=glm
pkgver=0.9.6.3
-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.2/Modules/FindGLM.cmake
+ install -Dm644 util/FindGLM.cmake $pkgdir/usr/share/cmake-3.3/Modules/FindGLM.cmake
install -Dm644 copying.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
More information about the arch-commits
mailing list