summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoshua Ashton2022-10-25 02:58:41 +0100
committerJoshua Ashton2022-10-25 02:59:15 +0100
commit736831c9d0d12360cdcbba7a9bc97aab14b6bb45 (patch)
tree62cff7ee143a6efb454f90001ea5f3fe238089e3 /PKGBUILD
parent3511a3608f4d4536e58191bc08df1191ab5273d1 (diff)
downloadaur-736831c9d0d12360cdcbba7a9bc97aab14b6bb45.tar.gz
Bump to 1.22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4edf504eac4b..b3f48fa703cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
# If you need a GUI, grab that from renderdoc, as it provides qrenderdoc.
pkgname=lib32-renderdoc-minimal
-pkgver=1.21
+pkgver=1.22
pkgrel=1
pkgdesc="OpenGL and Vulkan debugging tool (minimal, capture-only, 32-bit)"
arch=(x86_64)
@@ -23,7 +23,7 @@ conflicts=("lib32-renderdoc")
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")
validpgpkeys=('1B039DB9A4718A2D699DE031AC612C3120C34695')
-sha384sums=('86f404bf1e7971e6d23f3e1c44c0524ed88138ee5a379b529054fc06bccc92eac0f85b26818fbb26c84bc113c8a2e040'
+sha384sums=('e94ff8a086420581106aefed4eac5f37ae3f4f207e819f6bf45f95bcfbf2488fabb7dee8e70913bf321bfc80ee2b3e03'
'SKIP')
build() {
@@ -41,7 +41,7 @@ build() {
-DENABLE_PYRENDERDOC=OFF \
-DBUILD_VERSION_STABLE=ON \
-DBUILD_VERSION_DIST_CONTACT="joshua@froggi.es" \
- -DBUILD_VERSION_DIST_NAME="SteamOS" \
+ -DBUILD_VERSION_DIST_NAME="Arch" \
-DBUILD_VERSION_DIST_VER="${pkgver}" \
-B"${srcdir}/renderdoc-${pkgver}"/build \
-H"${srcdir}/renderdoc-${pkgver}"