summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOmar Pakker2020-08-06 15:28:39 +0000
committerOmar Pakker2020-08-06 15:28:39 +0000
commitf1765ee0062cc5e61d0c89a4010cf0ee761520bf (patch)
treebdfc98f5cec87878df5d58ff65b66cecef0b7bad /PKGBUILD
parent8b167be0b830fcd2b55cf547b57306784f1bb5e4 (diff)
downloadaur-f1765ee0062cc5e61d0c89a4010cf0ee761520bf.tar.gz
Update build deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81c027f28ac9..dd646b76e8ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="piglit"
pkgname="${_pkgname}-git"
-pkgver=r10943.cdb765a36
+pkgver=r11112.b7836091a
pkgrel=1
pkgdesc="OpenGL implementation testing suite. Provides a simple means to perform regression tests."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ optdepends=('python-lxml: Accelerated python XML library using libxml2'
'python-simplejson: Fast implementation of the python JSON library'
'python-jsonstreams: A JSON stream writer for python'
'vkrunner: Vulkan shader script testing')
-makedepends=('git' 'cmake' 'xorgproto')
+makedepends=('git' 'cmake' 'xorgproto' 'vulkan-headers')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
options=('!emptydirs')