An update to my prior comment, rather than sym-linking to a system location that likely doesn't exist yet, use relative sym-links so it's fully contained within the package to be installed:
PKGBUILD lines #84 and #85 had to point to here to result in a successful launch:
ln -sr "${pkgdir}/usr/lib/gittyup/bin/gittyup" "${pkgdir}/usr/bin/gittyup"
ln -sr "${pkgdir}/usr/lib/Gittyup" "${pkgdir}/usr/bin/Gittyup"
Pinned Comments
FabioLolix commented on 2026-02-16 16:48 (UTC)
When you got
You need to rebuild the package
FabioLolix commented on 2023-10-14 16:44 (UTC) (edited on 2023-10-14 17:03 (UTC) by FabioLolix)
Failing test 23 (on Cinnamon) 17 (on KDE) when build with makepkg, either build with devtools or skip tests (
--nocheckin makepkg)