Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
vulkan-validation-layers
Commits:
85bf4cbc by Laurent Carlier at 2024-09-08T11:24:31+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 = vulkan-validation-layers
pkgdesc = Vulkan Validation Layers
pkgver = 1.3.290
- pkgrel = 1
+ pkgrel = 2
url = https://www.khronos.org/vulkan/
arch = x86_64
groups = vulkan-devel
@@ -17,7 +17,6 @@ pkgbase = vulkan-validation-layers
depends = vulkan-headers
depends = libx11
options = !lto
- options = !strip
source =
https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/vulkan-sdk-1.3.290.tar.gz
sha256sums =
c5ea27590207423bcb0686004f2814e136c44fa749e1fb9894d0d5cb713a8948
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=vulkan-validation-layers
pkgver=1.3.290
-pkgrel=1
+pkgrel=2
pkgdesc="Vulkan Validation Layers"
arch=(x86_64)
url="https://www.khronos.org/vulkan/"
@@ -10,7 +10,7 @@ license=('custom')
groups=('vulkan-devel')
depends=('gcc-libs' 'vulkan-icd-loader' 'vulkan-headers' 'libx11')
makedepends=('cmake' 'python-lxml' 'libxrandr' '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")
#source=("git+https://github.com/KhronosGroup/Vulkan-ValidationLayers.git#commit=35d091dad71304dab79758fdae4bda12f692d735")
sha256sums=('c5ea27590207423bcb0686004f2814e136c44fa749e1fb9894d0d5cb713a8948')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vulkan-validation-layers/-/commit/85bf4cbcafad065ac8433dba4da9eaf2c2f5c260
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vulkan-validation-layers/-/commit/85bf4cbcafad065ac8433dba4da9eaf2c2f5c260
You're receiving this email because of your account on gitlab.archlinux.org.