Date: Sunday, November 13, 2022 @ 14:58:57
  Author: arojas
Revision: 1347280

upgpkg: snes9x 1.61-2: spirv/glslang/shaderc rebuild

Modified:
  snes9x/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-13 14:53:26 UTC (rev 1347279)
+++ PKGBUILD    2022-11-13 14:58:57 UTC (rev 1347280)
@@ -7,7 +7,7 @@
   snes9x-gtk
 )
 pkgver=1.61
-pkgrel=1
+pkgrel=2
 pkgdesc='Portable Super Nintendo Entertainment System (TM) emulator'
 arch=(x86_64)
 url=http://www.snes9x.com/
@@ -53,7 +53,7 @@
   for submodule in shaders/{SPIRV-Cross,glslang}; do
     git submodule init ${submodule}
     git config submodule.${submodule}.url ../${submodule#*/}
-    git submodule update ${submodule}
+    git -c protocol.file.allow=always submodule update ${submodule}
   done
   cd unix
   autoreconf -fiv

Reply via email to