You are not logged in.
I've moved all my up-to-date packages to AUR4 but one: lua51-penlight. When pushing I get the following error
remote: error: cannot overwrite package: lua51-penlightMy first guess is that lua-penlight from the repo sets pkgbase=penlight, and this package used to do so as well. See https://aur.archlinux.org/packages/lua51-penlight/.
After a first fail, I removed the pkgbase line, but it keeps failing.
I changed the package name to lua51-luapenlight, and then it worked. The name is a tad unfortunate though ![]()
Any hint on this one?
Last edited by Ambrevar (2015-06-30 18:22:17)
Offline
Saw this yesterday on IRC, someone was trying to push to the wrong repo. If the pkgbase is penlight, make sure you're pushing to the penlight.git repo.
Offline
In case of a wrong repo, I get the following error message:
error: invalid pkgbase: A, expected BIt's a different yet probably related problem here.
Offline
So you verified that you're pushing to penlight.git and not lua51-penlight.git?
Offline
No, I'm pushing to lua51-penlight.git since I've removed the `pkgbase` variable.
Offline
So that's your problem.
Offline
I think there currently is some protection in place for old AUR packages. The names used in the old AUR are reserved for the same maintainer with the same (updated) package, so if you already have pkgbase penlight with pkgname lua51-penlight, then you have to upload to penlight.git. I think you can change the pkgname if the pkgbase stays the same. You cannot change the pkgbase while keeping the pkgname.
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |
Offline