tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Fix mk/fetch/github.mk



> 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


Home | Main Index | Thread Index | Old Index