Date: Wednesday, October 26, 2022 @ 23:07:41 Author: heftig Revision: 459334
43.1-2: do not touch global git config Modified: gnome-control-center/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-26 23:07:29 UTC (rev 459333) +++ PKGBUILD 2022-10-26 23:07:41 UTC (rev 459334) @@ -3,7 +3,7 @@ pkgname=gnome-control-center pkgver=43.1 -pkgrel=1 +pkgrel=2 pkgdesc="GNOME's main interface to configure various aspects of the desktop" url="https://gitlab.gnome.org/GNOME/gnome-control-center" license=(GPL3) @@ -45,10 +45,9 @@ # Install bare logos into pixmaps, not icons git apply -3 ../pixmaps-dir.diff - git config --global protocol.file.allow always git submodule init subprojects/gvc git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control" - git submodule update + git -c protocol.file.allow=always submodule update }
