Balló György pushed to branch main at Arch Linux / Packaging / Packages / vulkan-tools
Commits: ff2dedbb by Balló György at 2024-12-11T11:00:01+01:00 upgpkg: 1.4.303-2: Remove unneeded libvulkan.so dependency The library is no longer used after this commit: https://github.com/KhronosGroup/Vulkan-Tools/commit/e156996c478a8e5d040ccf199437bcdbdbab63ed - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = vulkan-tools pkgdesc = Vulkan Utilities and Tools pkgver = 1.4.303 - pkgrel = 1 + pkgrel = 2 url = https://www.khronos.org/vulkan/ arch = x86_64 groups = vulkan-devel @@ -18,7 +18,6 @@ pkgbase = vulkan-tools makedepends = git depends = libx11 depends = wayland - depends = libvulkan.so source = vulkan-tools-1.4.303.tar.gz::https://github.com/KhronosGroup/Vulkan-Tools/archive/v1.4.303.tar.gz sha256sums = 958b646bbc5ac0a54908342df30da8c183690f579dce7f7130ac93d433d9d3a8 ===================================== PKGBUILD ===================================== @@ -2,12 +2,12 @@ pkgname=vulkan-tools pkgver=1.4.303 -pkgrel=1 +pkgrel=2 arch=(x86_64) url="https://www.khronos.org/vulkan/" pkgdesc="Vulkan Utilities and Tools" license=('custom') -depends=('libx11' 'wayland' 'libvulkan.so') +depends=('libx11' 'wayland') makedepends=('cmake' 'python' 'wayland-protocols' 'vulkan-headers' 'glslang' 'spirv-tools') makedepends+=('libx11' 'libxrandr' 'ninja' 'git') # for update_deps.py -- volk dependency groups=('vulkan-devel') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vulkan-tools/-/commit/ff2dedbb6f53b6e460f784314b94d2b1898a2fc7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vulkan-tools/-/commit/ff2dedbb6f53b6e460f784314b94d2b1898a2fc7 You're receiving this email because of your account on gitlab.archlinux.org.
