* update glslang to 12.2.0-1

This commit is contained in:
Alexander Baldeck 2023-06-28 09:59:04 +02:00
parent 327afe3ca0
commit bb1cc702d0

View File

@ -11,8 +11,8 @@
# upstream releases a compatible version of spirv-tools, then updating the
# spriv-tools system package and only then building glslang against that.
pkgname=glslang
pkgver=12.1.0
pkgrel=2
pkgver=12.2.0
pkgrel=1
pkgdesc='OpenGL and OpenGL ES shader front end and validator'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://github.com/KhronosGroup/glslang'
@ -22,7 +22,7 @@ makedepends=('cmake' 'ninja' 'git' 'spirv-tools' 'spirv-headers' 'python')
options=('staticlibs')
# Get the commits from known_good.json for every release
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz)
sha256sums=('1515e840881d1128fb6d831308433f731808f818f2103881162f3ffd47b15cd5')
sha256sums=('870d17030fda7308c1521fb2e01a9e93cbe4b130bc8274e90d00e127432ab6f6')
build() {
cd ${pkgname}-${pkgver}