Date: Tuesday, May 2, 2023 @ 14:22:54
  Author: lcarlier
Revision: 476335

upgpkg: amdvlk 2023.Q2.1-1: upstream update 2023.Q2.1

Modified:
  amdvlk/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-02 12:24:46 UTC (rev 476334)
+++ PKGBUILD    2023-05-02 14:22:54 UTC (rev 476335)
@@ -2,8 +2,8 @@
 # Contributor: lod <[email protected]>
 
 pkgname=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";
@@ -13,7 +13,7 @@
              '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
@@ -25,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

Reply via email to