summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-08-06 08:56:58 -0600
committerMark Wagie2022-08-06 08:56:58 -0600
commitf24e2394d1843dd6cf56795ab142cbe9e9f9a9e7 (patch)
treed0a26fe80a788c9328d6dfd85370aeabb46eb2d0
parenta03ba0319f56afc7d17e8753d122351c4eda5d06 (diff)
downloadaur-f24e2394d1843dd6cf56795ab142cbe9e9f9a9e7.tar.gz
3.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa29cf4ebdbd..1ae996220fe8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vulkan-caps-viewer-wayland
pkgdesc = Vulkan Hardware Capability Viewer
- pkgver = 3.23
- pkgrel = 2
+ pkgver = 3.24
+ pkgrel = 1
epoch = 1
url = https://vulkan.gpuinfo.org
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = vulkan-caps-viewer-wayland
depends = qt5-wayland
provides = vulkan-caps-viewer
conflicts = vulkan-caps-viewer
- source = git+https://github.com/SaschaWillems/VulkanCapsViewer.git#commit=e9ea1b8ecc9c566f8b87d7d2a06e40fc782521e2
+ source = git+https://github.com/SaschaWillems/VulkanCapsViewer.git#commit=5e63a77208aaf9162f583e426edd3edc3eaed370
source = git+https://github.com/KhronosGroup/Vulkan-Headers.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6a2f47fd3b12..5936897b01e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Co-Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=vulkan-caps-viewer-wayland
-pkgver=3.23
-pkgrel=2
+pkgver=3.24
+pkgrel=1
epoch=1
pkgdesc="Vulkan Hardware Capability Viewer"
arch=('x86_64' 'aarch64')
@@ -12,7 +12,7 @@ depends=('vulkan-icd-loader' 'qt5-wayland')
makedepends=('git')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
-_commit=e9ea1b8ecc9c566f8b87d7d2a06e40fc782521e2 # tags/3.23^
+_commit=5e63a77208aaf9162f583e426edd3edc3eaed370 # tags/3.24^
source=("git+https://github.com/SaschaWillems/VulkanCapsViewer.git#commit=$_commit"
'git+https://github.com/KhronosGroup/Vulkan-Headers.git')
sha256sums=('SKIP'