summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47c3b0f7897d..a71eee43dd9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vkmark-git
pkgdesc = Vulkan benchmark
pkgver = r129.cf45f2f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/vkmark/vkmark
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = vkmark-git
makedepends = ninja
makedepends = glm
makedepends = wayland-protocols
+ makedepends = xorgproto
makedepends = xcb-util-wm
makedepends = wayland
depends = vulkan-icd-loader
diff --git a/PKGBUILD b/PKGBUILD
index 01f6c5dac7a7..c9641668343a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='vkmark-git'
pkgdesc='Vulkan benchmark'
pkgver=r129.cf45f2f
-pkgrel=1
+pkgrel=2
url='https://github.com/vkmark/vkmark'
arch=('i686' 'x86_64')
license=('LGPL2.1')
depends=('vulkan-icd-loader' 'assimp')
-makedepends=('git' 'vulkan-headers' 'meson' 'ninja' 'glm' 'wayland-protocols' 'xcb-util-wm' 'wayland')
+makedepends=('git' 'vulkan-headers' 'meson' 'ninja' 'glm' 'wayland-protocols' 'xorgproto' 'xcb-util-wm' 'wayland')
optdepends=('xcb-util-wm: for X11 support'
'wayland: for Wayland support')
source=('git+https://github.com/vkmark/vkmark.git')