You are not logged in.
Hi,
I'm having trouble figuring out how to do this. There's a package that's not in AUR anymore which I still use, so I downloaded the PKGBUILD, updated the PKGBUILD, tested that it works as expected, but the issue I have is when I try to git push it back to AUR and I get an error
`fatal: unable to access 'https://aur.archlinux.org/OMITTING-PKG-NAME.git/': The requested URL returned error: 403`
How do I do this? Do I need to contact the original maintainer of the package or what's the next step?
Thanks
Last edited by jahway603 (2022-11-04 03:09:09)
Offline
https://wiki.archlinux.org/title/AUR_su … entication
https://wiki.archlinux.org/title/AUR_su … s#Requests
EDIT: Why would you redact the package name?
Last edited by cfr (2022-11-04 01:23:06)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
If it was deleted, there's a reason. Blindly bringing it back is a bad idea. What package?
Last edited by Scimmia (2022-11-04 01:35:05)
Online
This is the package --> https://aur.archlinux.org/cgit/aur.git/ … p-appimage
@cfr I redacted the package name because I was asking a general question & did not believe the package name was relevant.
@Scimmia It appears that it was deleted because of a false claim that "it updates itself" (https://lists.archlinux.org/archives/li … 32DERANNZ/) when it really does not do that at all.
I've already updated the PKGBUILD to the latest version and have no problem maintaining this package - I just don't know how to become this package's new maintainer or how to "revive" it.
Whoever submitted this for deletion isn't running this package on their system, as it does not "update itself".
Can someone point me in the correct direction so that I can un-delete & update this deleted package?
Offline
Well your problem is that you're trying to push over https, you have to use ssh as covered by cfr's first link.
Online
Well your problem is that you're trying to push over https, you have to use ssh as covered by cfr's first link.
Thank you. I updated the .git/config to reflect that and was able to push the new version to AUR.
Last edited by jahway603 (2022-11-04 02:54:03)
Offline