Date: Wednesday, October 26, 2022 @ 23:05:14 Author: heftig Revision: 459329
43.0-2: do not touch global git config Modified: totem/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-26 23:04:49 UTC (rev 459328) +++ PKGBUILD 2022-10-26 23:05:14 UTC (rev 459329) @@ -3,7 +3,7 @@ pkgname=totem pkgver=43.0 -pkgrel=1 +pkgrel=2 pkgdesc="Movie player for the GNOME desktop based on GStreamer" url="https://wiki.gnome.org/Apps/Videos" arch=(x86_64) @@ -36,10 +36,9 @@ prepare() { cd totem - git config --global protocol.file.allow always git submodule init git submodule set-url subprojects/libgd "$srcdir/libgd" - git submodule update + git -c protocol.file.allow=always submodule update } build() {
