summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-05-20 10:43:45 +0200
committerMichel Zou2020-05-20 10:43:45 +0200
commit21d82f51ec3320618729c1f960df4d0a52bfd158 (patch)
tree7752067b5c06ffd2b16e59d851b7940fe8db2b0d
parent949708cc3748b36ebde9065a750e7b5b2b622a56 (diff)
downloadaur-21d82f51ec3320618729c1f960df4d0a52bfd158.tar.gz
python
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6238ece246e..62cdae04b406 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = mingw-w64-glslang
arch = any
license = BSD
makedepends = mingw-w64-cmake
+ makedepends = python
depends = mingw-w64-spirv-tools
options = !strip
options = !buildflags
diff --git a/PKGBUILD b/PKGBUILD
index 2b1c8c7a4886..06998390f550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('any')
url='https://github.com/KhronosGroup/glslang'
license=('BSD')
depends=('mingw-w64-spirv-tools')
-makedepends=('mingw-w64-cmake')
+makedepends=('mingw-w64-cmake' 'python')
options=('!strip' '!buildflags' 'staticlibs')
source=(https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz)
sha256sums=('639ebec56f1a7402f2fa094469a5ddea1eceecfaf2e9efe361376a0f73a7ee2f')