summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-11-19 08:00:24 -0700
committerMark Wagie2022-11-19 08:00:24 -0700
commitc748fc6ff30a51deb06faca1518087753989ccd1 (patch)
treec7ee832dfc8e72daf9576c4bb48ce78181ea87e5
parent03b7654cbcb2c6b874c9bdf3597bf39156caf23f (diff)
downloadaur-c748fc6ff30a51deb06faca1518087753989ccd1.tar.gz
3.27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d021d5aaaced..5992f6912d14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vulkan-caps-viewer-wayland
pkgdesc = Vulkan Hardware Capability Viewer
- pkgver = 3.25
- pkgrel = 2
+ pkgver = 3.27
+ 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=bebad730a5da6b0c4ae6cb212376f51546b29f65
+ source = git+https://github.com/SaschaWillems/VulkanCapsViewer.git#commit=0f9fd085cf82c46f8391a5ec5b4986e35c8ded3b
source = git+https://github.com/KhronosGroup/Vulkan-Headers.git
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d372b8619dbc..066baf8665d4 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.25
-pkgrel=2
+pkgver=3.27
+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=bebad730a5da6b0c4ae6cb212376f51546b29f65 # tags/3.25_fixed^
+_commit=0f9fd085cf82c46f8391a5ec5b4986e35c8ded3b # tags/3.27^0
source=("git+https://github.com/SaschaWillems/VulkanCapsViewer.git#commit=$_commit"
'git+https://github.com/KhronosGroup/Vulkan-Headers.git')
sha256sums=('SKIP'