[arch-commits] Commit in glslang/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Jan 2 16:08:29 UTC 2021


    Date: Saturday, January 2, 2021 @ 16:08:28
  Author: svenstaro
Revision: 405177

upgpkg: glslang 11.1.0-1

Modified:
  glslang/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-02 00:48:08 UTC (rev 405176)
+++ PKGBUILD	2021-01-02 16:08:28 UTC (rev 405177)
@@ -2,8 +2,7 @@
 
 # Careful when upgrading this package! It usually breaks ABI without bumping soname.
 pkgname=glslang
-pkgver=11.0.0
-_pkgver=10-11.0.0
+pkgver=11.1.0
 pkgrel=1
 pkgdesc='OpenGL and OpenGL ES shader front end and validator'
 arch=('x86_64')
@@ -12,11 +11,11 @@
 depends=('gcc-libs' 'spirv-tools' 'python')
 makedepends=('cmake' 'ninja')
 options=('staticlibs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${_pkgver}.tar.gz)
-sha256sums=('30c12243574d38407d137ea4581743732b893c8246b687e589bf5a6b02e83172')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz)
+sha256sums=('a47f1f9ed17a1f53a074fef20787110ef49522c6de68b218db68d04a81d649c5')
 
 build() {
-  cd ${pkgname}-${_pkgver}
+  cd ${pkgname}-${pkgver}
   mkdir -p build-{shared,static}
   (cd build-shared
     cmake .. \
@@ -37,7 +36,7 @@
 }
 
 package() {
-  cd ${pkgname}-${_pkgver}
+  cd ${pkgname}-${pkgver}
   DESTDIR="${pkgdir}" ninja -C build-shared install
   DESTDIR="${pkgdir}" ninja -C build-static install
 



More information about the arch-commits mailing list