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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Thu Dec 2 11:53:57 UTC 2021


    Date: Thursday, December 2, 2021 @ 11:53:56
  Author: svenstaro
Revision: 430253

upgpkg: glslang 11.7.1-2: Move python dep to makedeps (FS#72874)

Modified:
  glslang/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 10:28:08 UTC (rev 430252)
+++ PKGBUILD	2021-12-02 11:53:56 UTC (rev 430253)
@@ -3,13 +3,13 @@
 # Careful when upgrading this package! It usually breaks ABI without bumping soname.
 pkgname=glslang
 pkgver=11.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc='OpenGL and OpenGL ES shader front end and validator'
 arch=('x86_64')
 url='https://github.com/KhronosGroup/glslang'
 license=('BSD')
-depends=('gcc-libs' 'python')
-makedepends=('cmake' 'ninja' 'git')
+depends=('gcc-libs')
+makedepends=('cmake' 'ninja' 'git' '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



More information about the arch-commits mailing list