[aur-general] Can't update split package
Hi, I'd like to update my package dnds-git[1] on the AUR, but when I submit the new version, the web interface says: Error - The AUR does not support split packages! Thing is: I don't have any pkgbase clause in my new PKGBUILD, but there is one in the already uploaded PKGBUILD. I don't really remember how or why I put this clause there, but I definitely want it gone now. Would deleting the package do the job, so I can upload it again ? Thank you. [1] https://aur.archlinux.org/packages/dnds-git/ -- Sébastien Duthil
On Saturday, March 08, 2014 21:51:31 Sebastien Duthil wrote:
Hi,
I'd like to update my package dnds-git[1] on the AUR, but when I submit the new version, the web interface says:
Error - The AUR does not support split packages!
Thing is: I don't have any pkgbase clause in my new PKGBUILD, but there is one in the already uploaded PKGBUILD. I don't really remember how or why I put this clause there, but I definitely want it gone now.
Would deleting the package do the job, so I can upload it again ?
Thank you.
pkgname=('dnds-git') should be pkgname=dnds-git Regards, Felix Yan
03/08/2014 09:53 PM, Felix Yan :
pkgname=('dnds-git')
should be
pkgname=dnds-git
Fixed, and the update worked. Thanks a lot. -- Sébastien Duthil
participants (2)
-
Felix Yan
-
Sebastien Duthil