Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / graphene
Commits:
bb514a78 by loqs at 2024-10-03T04:51:48+00:00
Allow file protocol for git submodule update
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -30,7 +30,7 @@ prepare() {
git submodule init
git submodule set-url subprojects/mutest "$srcdir/mutest"
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/graphene/-/commit/bb514a78049299235a950b168eaeb099991b3f75
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/graphene/-/commit/bb514a78049299235a950b168eaeb099991b3f75
You're receiving this email because of your account on gitlab.archlinux.org.