Y'all act like you've never used makepkg or opened up a pkgbuild in a text editor smh.
Aur helpers have spoiled y'all
The beloved lightweight distro
Y'all act like you've never used makepkg or opened up a pkgbuild in a text editor smh.
Aur helpers have spoiled y'all
I dont undersrand OPs question. Im so confused,. Why wouldnt you be able to edit it?
Regarding your question, you can just clone the package's git URL or download the PKGBUILD
file directly, make your edit and run makepkg
or makepkg -sirc
as the wiki suggests to produce the package and install it.
You can also install the package tar with pacman -U <file>
.
Relevant Arch wiki pages:
https://wiki.archlinux.org/title/Arch_build_system
https://wiki.archlinux.org/title/Arch_User_Repository
But looking at the comments it seems you are using an AUR helper that has a cache you might want to clear as the git repo for that package has an unstaged change for the license file for some reason (or you reset that file so git doesn't complain when pulling).
Edit: I see you figured it out already.
The URL leads to a 404 page. You're including the dot at the end in it.
As for your question, it has something to do with the PKGBUILD file. Edit it to fix the error and then build it locally with pacman.
If you are talking about wanting to maintain the AUR package, make an orphanage request and assign yourself as the maintainer.
make an orphanage request
Looks like it's even being actively maintained though.
I'm probably just being impatient. I'll do the local build thing with pacman for now, but my curiosity is pushing me to consider the orphan request option. I'll give it a couple more weeks though.
On the couple of AUR packages I ~~maintain~~ neglect I have been approached via email to add people as co-maintainers. I don't always have the time to keep the packages up to date so I was happy to let someone else help out.
Might be something worth looking into rather than an orphan request.
Did you change something in the license file yourself? Check your yay cache and perhaps delete the cached files for this package.
While there seem to be other issues with the PKGBUILD (typo for example), this seems like a problem with your local setup and not the package. Note that using AUR helpers like yay are not supported, so check if the package builds correctly manually.