this post was submitted on 29 Oct 2024
25 points (96.3% liked)

Arch Linux

7732 readers
3 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

There is an AUR package that errors when I update it, and it has been like that for a while so I wondered if I could fix it myself?

The Package is here https://aur.archlinux.org/packages/filebrowser-bin

You can see my comment explaining the error under the username "mub".

top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 9 points 6 days ago* (last edited 6 days ago) (1 children)

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

[–] [email protected] 1 points 6 days ago

I dont undersrand OPs question. Im so confused,. Why wouldnt you be able to edit it?

[–] [email protected] 5 points 6 days ago* (last edited 6 days ago)

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.

[–] [email protected] 6 points 6 days ago* (last edited 6 days ago) (1 children)

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.

[–] [email protected] 4 points 6 days ago (1 children)

make an orphanage request

Looks like it's even being actively maintained though.

[–] [email protected] 4 points 6 days ago (1 children)

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.

[–] [email protected] 3 points 6 days ago

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.

[–] [email protected] 2 points 6 days ago

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.