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

  • Axum
    link
    fedilink
    9
    edit-2
    2 days ago

    Y’all act like you’ve never used makepkg or opened up a pkgbuild in a text editor smh

    • @Jean_Lurk_Picard
      link
      12 days ago

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

  • SunRed
    link
    fedilink
    5
    edit-2
    2 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.

  • asudox
    link
    fedilink
    6
    edit-2
    2 days ago

    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.

      • mubOP
        link
        fedilink
        42 days ago

        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.

        • @wiccan2
          link
          32 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.

  • @encrust9870
    link
    English
    22 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.