Date: Thursday, March 16, 2023 @ 16:40:06
  Author: svenstaro
Revision: 471015

upgpkg: glslang 12.0.0-1

Modified:
  glslang/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-16 16:36:08 UTC (rev 471014)
+++ PKGBUILD    2023-03-16 16:40:06 UTC (rev 471015)
@@ -2,7 +2,7 @@
 
 # Careful when upgrading this package! It usually breaks ABI without bumping
 # soname. Also, be very mindful of the version of spirv-tools that this links
-# to. Upstream actually expects the uae of the particular commits of
+# to. Upstream actually expects the use of the particular commits of
 # spirv-tools and spirv-headers that are provided in known_good.json. However,
 # if we went that route, we'd have to vendor the resulting spirv-tools libs
 # from this glslang build and they would be incompatible with system libs,
@@ -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=11.13.0
-pkgrel=2
+pkgver=12.0.0
+pkgrel=1
 pkgdesc='OpenGL and OpenGL ES shader front end and validator'
 arch=('x86_64')
 url='https://github.com/KhronosGroup/glslang'
@@ -21,7 +21,7 @@
 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=('592c98aeb03b3e81597ddaf83633c4e63068d14b18a766fd11033bad73127162')
+sha256sums=('7cb45842ec1d4b6ea775d624c3d2d8ba9450aa416b0482b0cc7e4fdd399c3d75')
 
 build() {
   cd ${pkgname}-${pkgver}

Reply via email to