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


Commits:
840aedaa by Daurnimator at 2024-04-12T12:08:42+10:00
upgpkg: 14.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = glslang
        pkgdesc = OpenGL and OpenGL ES shader front end and validator
-       pkgver = 14.0.0
-       pkgrel = 2
+       pkgver = 14.1.0
+       pkgrel = 1
        url = https://github.com/KhronosGroup/glslang
        arch = x86_64
        license = BSD-3-Clause
@@ -12,9 +12,7 @@ pkgbase = glslang
        depends = gcc-libs
        depends = spirv-tools
        options = staticlibs
-       source = 
glslang-14.0.0.tar.gz::https://github.com/KhronosGroup/glslang/archive/14.0.0.tar.gz
-       source = 
glslang-add-missing-spirv-tools-opt-dependency.patch::https://github.com/KhronosGroup/glslang/pull/3487.patch
-       sha256sums = 
80bbb916a23e94ea9cbfb1acb5d1a44a7e0c9613bcf5b5947c03f2273bdc92b0
-       sha256sums = 
582eff1c09948783abfd6da55406129b97ce216040c9b29d9480635fdaf1e3e9
+       source = 
glslang-14.1.0.tar.gz::https://github.com/KhronosGroup/glslang/archive/14.1.0.tar.gz
+       sha256sums = 
b5e4c36d60eda7613f36cfee3489c6f507156829c707e1ecd7f48ca45b435322
 
 pkgname = glslang


=====================================
PKGBUILD
=====================================
@@ -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=14.0.0
-pkgrel=2
+pkgver=14.1.0
+pkgrel=1
 pkgdesc='OpenGL and OpenGL ES shader front end and validator'
 arch=('x86_64')
 url='https://github.com/KhronosGroup/glslang'
@@ -20,15 +20,8 @@ license=('BSD-3-Clause')
 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
-        
glslang-add-missing-spirv-tools-opt-dependency.patch::https://github.com/KhronosGroup/glslang/pull/3487.patch)
-sha256sums=('80bbb916a23e94ea9cbfb1acb5d1a44a7e0c9613bcf5b5947c03f2273bdc92b0'
-            '582eff1c09948783abfd6da55406129b97ce216040c9b29d9480635fdaf1e3e9')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i ../glslang-add-missing-spirv-tools-opt-dependency.patch
-}
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz)
+sha256sums=('b5e4c36d60eda7613f36cfee3489c6f507156829c707e1ecd7f48ca45b435322')
 
 build() {
   cd ${pkgname}-${pkgver}



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

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


Reply via email to