Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages /
lib32-amdvlk
Commits:
428cff78 by Laurent Carlier at 2024-11-26T10:45:37+01:00
upgpkg: 2024.Q4.1-1: upstream update 2024.Q4.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = lib32-amdvlk
pkgdesc = AMD's standalone Vulkan driver
- pkgver = 2024.Q3.3
+ pkgver = 2024.Q4.1
pkgrel = 1
url = https://github.com/GPUOpen-Drivers
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = lib32-amdvlk
depends = lib32-zstd
provides = lib32-vulkan-driver
options = !lto
- source =
https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-2024.Q3.3.tar.gz
- sha256sums =
0924489486f39906ba4884fa01a7a88035b9eca270510654f1d91234f505539b
+ source =
https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-2024.Q4.1.tar.gz
+ sha256sums =
7e403b9a78a8bca8fc9a1cda2776df0422b3102182889fab95d275686f6416f7
pkgname = lib32-amdvlk
depends = lib32-glibc
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: lod <[email protected]>
pkgname=lib32-amdvlk
-pkgver=2024.Q3.3
+pkgver=2024.Q4.1
pkgrel=1
pkgdesc="AMD's standalone Vulkan driver"
arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=('perl-xml-xpath' 'python' 'lib32-wayland'
'lib32-libxrandr' 'xorg-s
'directx-shader-compiler' 'python-ruamel-yaml' 'cmake' 'ninja'
'git')
options=('!lto')
source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz")
-sha256sums=('0924489486f39906ba4884fa01a7a88035b9eca270510654f1d91234f505539b')
+sha256sums=('7e403b9a78a8bca8fc9a1cda2776df0422b3102182889fab95d275686f6416f7')
prepare() {
local nrepos path name revision
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-amdvlk/-/commit/428cff78a8f12cd8c3d5af57fe9d2901c980e706
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-amdvlk/-/commit/428cff78a8f12cd8c3d5af57fe9d2901c980e706
You're receiving this email because of your account on gitlab.archlinux.org.