glm: update to 0.9.8.3.

This commit is contained in:
Michael Gehring 2016-11-12 15:09:00 +00:00
parent 1dad8d58f4
commit c0c445bc8e
2 changed files with 2 additions and 13 deletions

View file

@ -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}
)

View file

@ -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() {