Got
==> ERROR: Failure while downloading mmc-utils git repo
Fixed by modifying PKGBUILD
Changed this:
source=('git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git')
To this:
source=('git+https://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git')
Pinned Comments
jpegxguy commented on 2021-12-15 16:13 (UTC) (edited on 2021-12-15 16:26 (UTC) by jpegxguy)
Hi guys,
I found this documentation on kernel.org which points to a different repo:
https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git
I'm thinking this might be why the tree we knew moved to
mmc-utils-old
I'll probably end up changing the source to that newer repo after testing for a bit, because the new tree seems more active.
UPDATE: The new tree builds fine for me. Also,
make
is part of the groupbase-devel
, which is an implied make dependency of any AUR package.