@IncredibleLaser Adding:
# required due to https://bbs.archlinux.org/viewtopic.php?id=280571
git config --global protocol.file.allow always
To the top of the prepare function in the PKGBUILD will fix it.
EDIT: The link referenced here has alternative commands you can use if you don't use a CHROOT to build and don't want to mess with global git config.
For example:
git -c protocol.file.allow=always submodule update
instead of
git submodule update
at the end of the prepare function in the PKGBUILD.
Pinned Comments
thotypous commented on 2021-02-05 14:12 (UTC)
If you don't want to build this package yourself, hourly builds are available at https://aur.chaotic.cx
benklett commented on 2016-02-06 23:11 (UTC) (edited on 2016-08-10 14:01 (UTC) by benklett)