summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Carter2019-11-30 10:15:23 +0100
committerSandy Carter2019-11-30 10:15:23 +0100
commit0137a4a188bcfd995addba2bd6407998d8d7038a (patch)
treec42a7177a24705e206f785564ca60068e411842b
parent48bb1f1d06c886548f10413825f15ced4513543a (diff)
downloadaur-0137a4a188bcfd995addba2bd6407998d8d7038a.tar.gz
Add python to make deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 297144bd1f98..4567ead2ad84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = renderdoc
pkgdesc = OpenGL and Vulkan debugging tool
pkgver = 1.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/baldurk/renderdoc
arch = i686
arch = x86_64
license = MIT
makedepends = cmake
+ makedepends = python
depends = libx11
depends = libxcb
depends = mesa
diff --git a/PKGBUILD b/PKGBUILD
index 2f4176de05ee..a0199650c83d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=renderdoc
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="OpenGL and Vulkan debugging tool"
arch=(i686 x86_64)
url="https://github.com/baldurk/renderdoc"
license=("MIT")
-makedepends=("cmake")
+makedepends=("cmake" "python")
depends=("libx11" "libxcb" "mesa" "libgl" "qt5-base" "qt5-svg" "qt5-x11extras" "xcb-util-keysyms")
source=("https://github.com/baldurk/renderdoc/archive/v${pkgver}.tar.gz"
"https://github.com/baldurk/renderdoc/releases/download/v${pkgver}/v${pkgver}.tar.gz.asc")