summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2022-11-29 20:57:43 +0000
committerEric Engestrom2022-11-29 21:00:57 +0000
commitade80b2ba8a9522d5c84d0a658a4439e00639321 (patch)
tree4e92433da4101cd54cbf877ce1308097ba6eeb52
parent803a786cec35943779852d8bb3237f9358862d36 (diff)
downloadaur-ade80b2ba8a9522d5c84d0a658a4439e00639321.tar.gz
bump for 1.23
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f4deb7252e9..8385adc14f3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = renderdoc-git
pkgdesc = OpenGL and Vulkan debugging tool
- pkgver = 1.22
+ pkgver = 1.23
pkgrel = 1
url = https://github.com/baldurk/renderdoc
arch = i686
@@ -19,7 +19,8 @@ pkgbase = renderdoc-git
depends = qt5-svg
depends = qt5-x11extras
depends = xcb-util-keysyms
- provides = renderdoc=1.22
+ depends = pcre
+ provides = renderdoc=1.23
conflicts = renderdoc
source = git+https://github.com/baldurk/renderdoc
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 63ad21a1cee7..cceef66ccc8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Hubert Jarosz <marqin.pl+aur at gmail dot com> PGP: 0xFFECF63C1AAB83FF
pkgname=renderdoc-git
-pkgver=1.22
+pkgver=1.23
pkgrel=1
pkgdesc="OpenGL and Vulkan debugging tool"
arch=(i686 x86_64)
url="https://github.com/baldurk/renderdoc"
license=("MIT")
makedepends=("git" "cmake" "ninja" "python")
-depends=("wayland" "libx11" "libxcb" "mesa" "libgl" "qt5-base" "qt5-svg" "qt5-x11extras" "xcb-util-keysyms")
+depends=("wayland" "libx11" "libxcb" "mesa" "libgl" "qt5-base" "qt5-svg" "qt5-x11extras" "xcb-util-keysyms" "pcre")
source=("git+https://github.com/baldurk/renderdoc")
sha256sums=('SKIP')
conflicts=('renderdoc')