Date: Wednesday, October 26, 2022 @ 23:07:29
Author: heftig
Revision: 459333
43.0-2: do not touch global git config
Modified:
gnome-photos/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-26 23:07:08 UTC (rev 459332)
+++ PKGBUILD 2022-10-26 23:07:29 UTC (rev 459333)
@@ -2,7 +2,7 @@
pkgname=gnome-photos
pkgver=43.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Access, organize, and share your photos on GNOME"
arch=(x86_64)
@@ -28,10 +28,9 @@
prepare() {
cd $pkgname
- 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() {