From c0c445bc8e1ad1e1c70fee76c0536cd8241df278 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 12 Nov 2016 15:09:00 +0000 Subject: [PATCH] glm: update to 0.9.8.3. --- srcpkgs/glm/patches/fix-path.patch | 11 ----------- srcpkgs/glm/template | 4 ++-- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 srcpkgs/glm/patches/fix-path.patch diff --git a/srcpkgs/glm/patches/fix-path.patch b/srcpkgs/glm/patches/fix-path.patch deleted file mode 100644 index 37d53fe9a2..0000000000 --- a/srcpkgs/glm/patches/fix-path.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2016-05-30 17:56:45.738244928 +0200 -+++ CMakeLists.txt 2016-05-30 17:57:44.079247938 +0200 -@@ -176,7 +176,7 @@ - - install( - FILES -- "${CMAKE_CURRENT_BINARY_DIR}/${GLM_INSTALL_CONFIGDIR}/glmConfig.cmake" -+ "${CMAKE_CURRENT_BINARY_DIR}/glmConfig.cmake" - "${CMAKE_CURRENT_BINARY_DIR}/glmVersion.cmake" - DESTINATION ${GLM_INSTALL_CONFIGDIR} - ) diff --git a/srcpkgs/glm/template b/srcpkgs/glm/template index bbed1c5ee2..faa27f11a3 100644 --- a/srcpkgs/glm/template +++ b/srcpkgs/glm/template @@ -1,6 +1,6 @@ # Template file for 'glm' pkgname=glm -version=0.9.8.2 +version=0.9.8.3 revision=1 noarch=yes build_style=cmake @@ -10,7 +10,7 @@ license="MIT" short_desc="A C++ mathematics library for graphics programming" homepage="http://glm.g-truc.net" distfiles="https://github.com/g-truc/glm/releases/download/${version}/glm-${version}.zip" -checksum=760cc94d5d2cd1925a4e85dbc3e3ca4195bca7331d54386e67dff721c2ef0ce5 +checksum=e6da1b06702736f84cb5675b3342e6a10c721d46eb29f617d59036a5aadc6017 wrksrc=${pkgname} post_install() {