Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / lib32-amdvlk
Commits: 431d87fe by Laurent Carlier at 2023-10-25T14:04:58+02:00 upgpkg: 2023.Q4.1-1: upstream update 2023.Q4.1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,26 @@ +pkgbase = lib32-amdvlk + pkgdesc = AMD's standalone Vulkan driver + pkgver = 2023.Q4.1 + pkgrel = 1 + url = https://github.com/GPUOpen-Drivers + arch = x86_64 + license = MIT + makedepends = perl-xml-xpath + makedepends = python + makedepends = lib32-wayland + makedepends = lib32-libxrandr + makedepends = xorg-server-devel + makedepends = cmake + makedepends = ninja + makedepends = git + depends = lib32-zstd + provides = lib32-vulkan-driver + options = !lto + source = https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-2023.Q4.1.tar.gz + sha256sums = be2ebaf7f0df1076fd9bffc920cfa6a039d7b51f1ba2c3ae72a0511b644d7b17 + +pkgname = lib32-amdvlk + depends = lib32-glibc + depends = lib32-gcc-libs + depends = lib32-zlib + depends = lib32-zstd ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: lod <[email protected]> pkgname=lib32-amdvlk -pkgver=2023.Q3.3 +pkgver=2023.Q4.1 pkgrel=1 pkgdesc="AMD's standalone Vulkan driver" arch=(x86_64) @@ -13,7 +13,7 @@ depends=('lib32-zstd') makedepends=('perl-xml-xpath' 'python' 'lib32-wayland' 'lib32-libxrandr' 'xorg-server-devel' 'cmake' 'ninja' 'git') options=('!lto') source=("https://github.com/GPUOpen-Drivers/AMDVLK/archive/v-${pkgver}.tar.gz") -sha256sums=('5156ec8b2d6fd1cb7173ec707f495bc1cd1de15f5441f48e59ad9f817b9c68f5') +sha256sums=('be2ebaf7f0df1076fd9bffc920cfa6a039d7b51f1ba2c3ae72a0511b644d7b17') prepare() { local nrepos path name revision View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-amdvlk/-/commit/431d87fe8fd5c2b6a94515a8833b99eccc59e1cb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-amdvlk/-/commit/431d87fe8fd5c2b6a94515a8833b99eccc59e1cb You're receiving this email because of your account on gitlab.archlinux.org.
