summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Haag2023-07-23 22:43:08 +0200
committerChristoph Haag2023-07-23 22:43:08 +0200
commit97c0fd02589f95c0d27d0aed477bdd4d58686d9e (patch)
treedfbf25aa06e0fca98726a54ea228c19773d183bd /PKGBUILD
parentd5fc59d5d2c08ce7663a848bcd43bb9a2912c5f1 (diff)
downloadaur-97c0fd02589f95c0d27d0aed477bdd4d58686d9e.tar.gz
Added python-markupsafe and python-jinja to makedepends
See https://github.com/KhronosGroup/OpenXR-SDK-Source/issues/416
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f268f888b25..6358b1390893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=("openxr-loader-git" "openxr-headers-git" "openxr-layers-git" "openxr-utils-git" "openxr-git")
_dirname="openxr-loader"
-pkgver=1.0.23.r3.g915196a
+pkgver=1.0.28.1.r3.gd6b6d7a
pkgrel=1
arch=('i686' 'x86_64')
url='https://github.com/KhronosGroup/OpenXR-SDK-Source'
depends=()
-makedepends=('cmake' 'git' 'vulkan-headers' 'libx11' 'libxxf86vm' 'libxrandr' 'python' 'vulkan-icd-loader')
+makedepends=('cmake' 'git' 'vulkan-headers' 'libx11' 'libxxf86vm' 'libxrandr' 'python' 'vulkan-icd-loader' 'python-markupsafe' 'python-jinja')
license=('apache')
source=("$_dirname::git+https://github.com/KhronosGroup/OpenXR-SDK-Source.git#branch=main")
md5sums=('SKIP')