Date: Wednesday, October 26, 2022 @ 23:06:08
  Author: heftig
Revision: 459331

43.0-2: do not touch global git config

Modified:
  gnome-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-26 23:05:40 UTC (rev 459330)
+++ PKGBUILD    2022-10-26 23:06:08 UTC (rev 459331)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-settings-daemon
 pkgver=43.0
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME Settings Daemon"
 url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon";
 arch=(x86_64)
@@ -30,10 +30,9 @@
 prepare() {
   cd $pkgname
 
-  git config --global protocol.file.allow always
   git submodule init
   git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
-  git submodule update
+  git -c protocol.file.allow=always submodule update
 }
 
 build() {

Reply via email to