tech-pkg archive

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

Re: Fix mk/fetch/github.mk



On Tuesday, February 13th, 2024 at 11:49 AM, pin <voidpin%protonmail.com@localhost> wrote:

> > In x11/alacritty/Makefile, this is wrong:
> > 
> > GITHUB_TAG= refs/tags/v${PKGVERSION_NOREV}
> > 
> > has to be changed to:
> > 
> > GITHUB_TAG= v${PKGVERSION_NOREV}

Ok, since you found it, I've now fixed it in x11/alacritty


> 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.

We still need a solution for these.
It's not only wip/alacritty-dev and wip/elvish-dev, I run several other packages (not in wip) from the dev-branches, all of them fail to build.

I've reverted your change locally in order to update my packages but, this is not a viable permanent solution.

Regards,
Pedro


Home | Main Index | Thread Index | Old Index