Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
glslang
Commits:
96e4de62 by Sven-Hendrik Haase at 2024-09-16T00:48:22+02:00
upgpkg: 14.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = glslang
pkgdesc = OpenGL and OpenGL ES shader front end and validator
- pkgver = 14.2.0
+ pkgver = 14.3.0
pkgrel = 1
url = https://github.com/KhronosGroup/glslang
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = glslang
depends = gcc-libs
depends = spirv-tools
options = staticlibs
- source =
glslang-14.2.0.tar.gz::https://github.com/KhronosGroup/glslang/archive/14.2.0.tar.gz
- sha256sums =
14a2edbb509cb3e51a9a53e3f5e435dbf5971604b4b833e63e6076e8c0a997b5
+ source =
glslang-14.3.0.tar.gz::https://github.com/KhronosGroup/glslang/archive/14.3.0.tar.gz
+ sha256sums =
be6339048e20280938d9cb399fcdd06e04f8654d43e170e8cce5a56c9a754284
pkgname = glslang
=====================================
PKGBUILD
=====================================
@@ -11,7 +11,7 @@
# 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=14.2.0
+pkgver=14.3.0
pkgrel=1
pkgdesc='OpenGL and OpenGL ES shader front end and validator'
arch=('x86_64')
@@ -21,7 +21,7 @@ depends=('gcc-libs' 'spirv-tools')
makedepends=('cmake' 'ninja' 'spirv-headers' 'python')
options=('staticlibs')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz)
-sha256sums=('14a2edbb509cb3e51a9a53e3f5e435dbf5971604b4b833e63e6076e8c0a997b5')
+sha256sums=('be6339048e20280938d9cb399fcdd06e04f8654d43e170e8cce5a56c9a754284')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glslang/-/commit/96e4de62747226ee881d970879fe831de034a7a0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glslang/-/commit/96e4de62747226ee881d970879fe831de034a7a0
You're receiving this email because of your account on gitlab.archlinux.org.