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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Apr 29 12:44:30 UTC 2020


    Date: Wednesday, April 29, 2020 @ 12:44:29
  Author: svenstaro
Revision: 381834

upgpkg: glslang 8.13.3743-1

Modified:
  glslang/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-29 10:35:57 UTC (rev 381833)
+++ PKGBUILD	2020-04-29 12:44:29 UTC (rev 381834)
@@ -2,7 +2,7 @@
 
 # Careful when upgrading this package! It usually breaks ABI without bumping soname.
 pkgname=glslang
-pkgver=8.13.3559
+pkgver=8.13.3743
 pkgrel=1
 pkgdesc='OpenGL and OpenGL ES shader front end and validator'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('cmake' 'ninja')
 options=('staticlibs')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz)
-sha256sums=('c58fdcf7e00943ba10f9ae565b2725ec9d5be7dab7c8e82cac72fcaa83c652ca')
+sha256sums=('639ebec56f1a7402f2fa094469a5ddea1eceecfaf2e9efe361376a0f73a7ee2f')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -39,6 +39,9 @@
   cd ${pkgname}-${pkgver}
   DESTDIR="${pkgdir}" ninja -C build-shared install
   DESTDIR="${pkgdir}" ninja -C build-static install
+
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
   cd "${pkgdir}"/usr/lib
   for lib in *.so; do
     ln -sf "${lib}" "${lib}.0"



More information about the arch-commits mailing list