glslang: update to 7.9.2888.

This commit is contained in:
maxice8 2018-09-13 21:57:14 -03:00
parent 2861374a8d
commit 22453cf5bd
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,6 +1,6 @@
# Template file for 'glslang'
pkgname=glslang
version=7.8.2853
version=7.9.2888
revision=1
build_style=cmake
configure_args="-DBUILD_SHARED_LIBS=ON"
@ -10,7 +10,12 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="BSD-3-Clause"
homepage="https://github.com/KhronosGroup/glslang"
distfiles="https://github.com/KhronosGroup/glslang/archive/${version}.tar.gz"
checksum=73caaa3c584ca32acf356084b8f6ab558c9c9a357c8883a25da1077c276559d3
checksum=cb66779d0e6b5f07f0445bd58289a24e56e12693e71d75c8fae3db31ffacaf8c
post_install() {
sed -n '2,32p' < glslang/GenericCodeGen/CodeGen.cpp > LICENSE
vlicense LICENSE
}
glslang-devel_package() {
depends="glslang-${version}_${revision}"