Date: Wednesday, October 26, 2022 @ 23:07:53 Author: heftig Revision: 459335
43.0-2: do not touch global git config Modified: gnome-shell-extensions/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-26 23:07:41 UTC (rev 459334) +++ PKGBUILD 2022-10-26 23:07:53 UTC (rev 459335) @@ -2,7 +2,7 @@ pkgname=gnome-shell-extensions pkgver=43.0 -pkgrel=1 +pkgrel=2 pkgdesc="Extensions for GNOME shell, including classic mode" url="https://wiki.gnome.org/Projects/GnomeShell/Extensions" arch=(any) @@ -25,10 +25,9 @@ prepare() { cd $pkgname - git config --global protocol.file.allow always git submodule init git submodule set-url data/gnome-shell-sass "$srcdir/gnome-shell-sass" - git submodule update + git -c protocol.file.allow=always submodule update } build() {
