Date: Wednesday, October 26, 2022 @ 23:05:40
  Author: heftig
Revision: 459330

1.14.0-3: do not touch global git config

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-26 23:05:14 UTC (rev 459329)
+++ PKGBUILD    2022-10-26 23:05:40 UTC (rev 459330)
@@ -5,7 +5,7 @@
 pkgname=flatpak
 _commit=488038eed44c7edf334d1e28085975d96ce2bdcc  # tags/1.14.0^0
 pkgver=1.14.0
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="Linux application sandboxing and distribution framework (formerly 
xdg-app)"
 url="https://flatpak.org";
@@ -48,13 +48,12 @@
   # https://bugs.archlinux.org/task/75623
   git apply -3 ../fusermount3.diff
 
-  git config --global protocol.file.allow always
   git submodule init
   git submodule set-url libglnx "$srcdir/libglnx"
   git submodule set-url bubblewrap "$srcdir/bubblewrap"
   git submodule set-url dbus-proxy "$srcdir/xdg-dbus-proxy"
   git submodule set-url variant-schema-compiler 
"$srcdir/variant-schema-compiler"
-  git submodule update
+  git -c protocol.file.allow=always submodule update
 
   NOCONFIGURE=1 ./autogen.sh
 }

Reply via email to