Re: How to rebuild a package the Artix way?
Reply #1 –
Go to https://gitea.artixlinux.org/explore/repos , search for the package you want and click on it.
Copy the git URL top(ish) right eg https://gitea.artixlinux.org/packagesL/linux-zen.git
git clone https://gitea.artixlinux.org/packagesL/linux-zen.git
cd linux-zen/trunk
Rest of the procedure should be the same.