Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
lib32-vulkan-validation-layers
Commits:
95319d2d by Laurent Carlier at 2024-09-08T11:30:44+02:00
upgpkg: 1.3.290-2: move debug information in its own package
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = lib32-vulkan-validation-layers
pkgdesc = Vulkan Validation Layers (32-bit)
pkgver = 1.3.290
- pkgrel = 1
+ pkgrel = 2
url = https://www.khronos.org/vulkan/
arch = x86_64
license = custom
@@ -16,7 +16,6 @@ pkgbase = lib32-vulkan-validation-layers
depends = lib32-vulkan-icd-loader
depends = vulkan-headers
options = !lto
- options = !strip
source =
https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/vulkan-sdk-1.3.290.tar.gz
sha256sums =
c5ea27590207423bcb0686004f2814e136c44fa749e1fb9894d0d5cb713a8948
=====================================
PKGBUILD
=====================================
@@ -2,14 +2,14 @@
pkgname=lib32-vulkan-validation-layers
pkgver=1.3.290
-pkgrel=1
+pkgrel=2
arch=(x86_64)
pkgdesc="Vulkan Validation Layers (32-bit)"
url="https://www.khronos.org/vulkan/"
license=('custom')
depends=('lib32-gcc-libs' 'lib32-vulkan-icd-loader' 'vulkan-headers')
makedepends=('cmake' 'python' 'lib32-libx11' 'lib32-libxrandr' 'lib32-wayland'
'ninja' 'git')
-options=('!lto' '!strip') # disable LTO
(https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/5994)
+options=('!lto') # disable LTO
(https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/5994)
source=("https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/vulkan-sdk-${pkgver}.tar.gz")
sha256sums=('c5ea27590207423bcb0686004f2814e136c44fa749e1fb9894d0d5cb713a8948')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-vulkan-validation-layers/-/commit/95319d2de67018c43e803e89ed06ad70fa5a47b7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-vulkan-validation-layers/-/commit/95319d2de67018c43e803e89ed06ad70fa5a47b7
You're receiving this email because of your account on gitlab.archlinux.org.