fatal: unable to connect to git.gnome.org:git.gnome.org[0: 209.132.180.168]: errno=Keine Route zum Zielrechner (german for "no route to host")
looks like the wrong git address to me. if you replace the address with the right one it should work again until the PKGBUILD is fixed.
i think the current git address is git+https://gitlab.gnome.org/GNOME/orca.git so replace: source=(${pkgname}::'git://git.gnome.org/orca') by source=(${pkgname}::'git+https://gitlab.gnome.org/GNOME/orca.git')i attached the fixed PKGBUILD (and its .install) place both in an folder and run "makepkg -i"
cheers chrys Am 24.08.18 um 23:24 schrieb Majid Hussain via orca-list:
hi there, i'm running arch and tryed updateing orca from master using yay an AUR helper. i'm unable to update orca could the maintainer fix the makepkg? when git cloneing via standard means git fetches orca master okay but if done via makepkg, no go. i can conferm that yay is not the issue here, because i launched makepkg manually and same error happens. thanks, Majid Hussain
Attachment:
orca-git.install
Description: Text document
Attachment:
PKGBUILD
Description: Text document