Date: Thursday, March 16, 2023 @ 16:24:32
  Author: anthraxx
Revision: 471012

move python to makedepends

https://bugs.archlinux.org/task/72874

Modified:
  glslang/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-16 16:20:25 UTC (rev 471011)
+++ PKGBUILD    2023-03-16 16:24:32 UTC (rev 471012)
@@ -16,8 +16,8 @@
 arch=('x86_64')
 url='https://github.com/KhronosGroup/glslang'
 license=('BSD')
-depends=('gcc-libs' 'python')
-makedepends=('cmake' 'ninja' 'git' 'spirv-tools' 'spirv-headers')
+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)

Reply via email to