diff --git a/srcpkgs/glm/template b/srcpkgs/glm/template index c9661264582..b3037849711 100644 --- a/srcpkgs/glm/template +++ b/srcpkgs/glm/template @@ -1,17 +1,17 @@ # Template file for 'glm' pkgname=glm -version=0.9.8.5 -revision=2 +version=0.9.9.0 +revision=1 +wrksrc=glm noarch=yes build_style=cmake hostmakedepends="dos2unix unzip" maintainer="Juan RP " -license="MIT" short_desc="A C++ mathematics library for graphics programming" +license="MIT" homepage="http://glm.g-truc.net" distfiles="https://github.com/g-truc/glm/releases/download/${version}/glm-${version}.zip" -checksum=9f9f520ec7fb8c20c69d6b398ed928a2448c6a3245cbedb8631a56a987c38660 -wrksrc=${pkgname} +checksum=e1c707407c43589e8eeb8b69b902f1a34aaaa59bda1ca144181c2d2d6e531246 post_extract() { # Fix compiler version detection: GCC >= 7.2 @@ -23,5 +23,6 @@ post_install() { for f in $(find ${DESTDIR}/usr/include -type f); do dos2unix "$f" done - vlicense copying.txt + sed -n '88,110p' manual.md > LICENSE + vlicense LICENSE }