Daurnimator pushed to branch main at Arch Linux / Packaging / Packages / glslang


Commits:
72f83813 by Daurnimator at 2024-06-12T22:29:21+10:00
upgpkg: 14.2.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.1.0
+       pkgver = 14.2.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.1.0.tar.gz::https://github.com/KhronosGroup/glslang/archive/14.1.0.tar.gz
-       sha256sums = 
b5e4c36d60eda7613f36cfee3489c6f507156829c707e1ecd7f48ca45b435322
+       source = 
glslang-14.2.0.tar.gz::https://github.com/KhronosGroup/glslang/archive/14.2.0.tar.gz
+       sha256sums = 
14a2edbb509cb3e51a9a53e3f5e435dbf5971604b4b833e63e6076e8c0a997b5
 
 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.1.0
+pkgver=14.2.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=('b5e4c36d60eda7613f36cfee3489c6f507156829c707e1ecd7f48ca45b435322')
+sha256sums=('14a2edbb509cb3e51a9a53e3f5e435dbf5971604b4b833e63e6076e8c0a997b5')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glslang/-/commit/72f83813d98e0ca8f50b6cf02b9591cffb61d8da

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glslang/-/commit/72f83813d98e0ca8f50b6cf02b9591cffb61d8da
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to