Date: Tuesday, May 2, 2023 @ 14:51:51 Author: lcarlier Revision: 1455842
upgpkg: lib32-amdvlk 2023.Q2.1-1: upstream update 2023.Q2.1 Modified: lib32-amdvlk/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-02 14:51:51 UTC (rev 1455841) +++ PKGBUILD 2023-05-02 14:51:51 UTC (rev 1455842) @@ -2,17 +2,18 @@ # Contributor: lod <[email protected]> pkgname=lib32-amdvlk -pkgver=2022.Q4.4 -pkgrel=3 +pkgver=2023.Q2.1 +pkgrel=1 pkgdesc="AMD's standalone Vulkan driver" arch=(x86_64) url="https://github.com/GPUOpen-Drivers" license=('MIT') provides=('lib32-vulkan-driver') +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=('19e1b4344b76aa52429f06bf083ba90070c2415bda90f0991dddebf846e84752') +sha256sums=('14ebcd71f8f2be44244abd2fe7ae9446b522105b88583b13ed763a41efb6cb14') prepare() { local nrepos path name revision @@ -24,9 +25,10 @@ path=$(xpath -q -e //project[$nrepos]/@path AMDVLK-v-${pkgver}/default.xml | sed 's/ path="drivers\/\(.*\)"/\1/g') name=$(xpath -q -e //project[$nrepos]/@name AMDVLK-v-${pkgver}/default.xml | sed 's/ name="\(.*\)"/\1/g') revision=$(xpath -q -e //project[$nrepos]/@revision AMDVLK-v-${pkgver}/default.xml | sed 's/ revision="\(.*\)"/\1/g') - git clone https://github.com/GPUOpen-Drivers/$name $path + git clone --recurse-submodules https://github.com/GPUOpen-Drivers/$name $path pushd $path git checkout $revision + git submodule update popd (( nrepos-- )) done
