> In x11/alacritty/Makefile, this is wrong: > > GITHUB_TAG= refs/tags/v${PKGVERSION_NOREV} > > has to be changed to: > > GITHUB_TAG= v${PKGVERSION_NOREV} This is not x11/alacritty, it's wip/alacritty-dev. The same happens on wip/elvish-dev. It breaks all my packages that I run from the dev branches. /Pedro