Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
glslang
Commits:
6a7c1128 by Frederik Schwan at 2023-09-15T18:35:30+02:00
upgpkg: 13.0.0-1
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -10,8 +10,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.3.1
-pkgrel=2
+pkgver=13.0.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,9 @@ depends=('gcc-libs')
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
-
https://patch-diff.githubusercontent.com/raw/KhronosGroup/glslang/pull/3283.patch)
-sha256sums=('a57836a583b3044087ac51bb0d5d2d803ff84591d55f89087fc29ace42a8b9a8'
- '267b65a5205315e980f077f5fa401223003fdb5a38162e6ae697d38f68115137')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz)
+sha256sums=('bcda732434f829aa74414ea0e06d329ec8ac28637c38a0de45e17c8fd25a4715')
-prepare() {
- cd ${pkgname}-${pkgver}
- patch -Np1 -i "$srcdir"/3283.patch
-}
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glslang/-/commit/6a7c11281e1e0e3ed829eb11c863860224fe9eaa
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glslang/-/commit/6a7c11281e1e0e3ed829eb11c863860224fe9eaa
You're receiving this email because of your account on gitlab.archlinux.org.