On 06-04-18 08:11, Albert Graef via aur-general wrote:
The llvm35 package recently got kicked from extra, but I need it for my Pure package (https://aur.archlinux.org/packages/pure/) which in turn is needed for a bunch of other packages I maintain in the AUR.
So I resurrected llvm35 from extra, brushed it up a little so that it compiles again (also bumped the package revision), and tried to upload it to the AUR under the previous package name llvm35. All I get is:
Writing objects: 100% (8/8), 4.76 KiB | 2.38 MiB/s, done. Total 8 (delta 1), reused 0 (delta 0) remote: error: package already provided by []: llvm35 remote: error: hook declined to update refs/heads/master To ssh://aur.archlinux.org/llvm35.git ! [remote rejected] master -> master (hook declined) error: failed to push some refs to 'ssh://aur@aur.archlinux.org/llvm35.git'
My version of the PKGBUILD is available here: https://bitbucket.org/agraef/llvm35-pkgbuild
It's a split package, but isn't that supposed to be supported by the AUR? Anything else wrong with it?
Any help appreciated, many thanks in advance. Albert
Although SRCINFO does have pkgbase=llvm35 in it, that's not in the PKGBUILD. I doubt that's the cause of the issue, but try adding pkgbase explicitly to PKGBUILD. I think AUR uses a blacklist to prevent duplicates with offical repos, maybe that blacklist needs updating ? AUR has llvm33 , llvm38, llvm39, llvm4 and llvm 5 . Maybe your packages can use one of those ? lW