You are not logged in.
Like the title says, if it try to upload my PKGBUILD the aur complains about missing pkgname.
But makepkg works just fine and if I add pkgname it complains about missing package().
Who is right?
My PKGBUILD:
https://github.com/Thaodan/thaopkgs/blo … g/PKGBUILD
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline
IIRC AUR doesn't permit split packages.
Offline
IIRC AUR doesn't permit split packages.
My linux-pf package works just fine.
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline
And just like the linux-pf PKGBUILD, you have to declare the pkgname twice.
If I do this the split package won't work.
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline
Done this as workaround[1], the AUR says nothing but it doesn't updates the PKGBUILD.
[1] https://github.com/Thaodan/thaopkgs/com … e78da9b3c0
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline
Thaodan, you have this in the linux-pf PKGBUILD:
pkgname=('linux-pf')
true && pkgname=('linux-pf' 'linux-pf-headers')So just use something similar in this PKGBUILD.
Offline
why don't create a dummy package with name ryzom-hg?
ryzom-hg -> Zero size package (and whit this package, help to AUR helpers to track next updates)
ryzom-client-hg -> client package
ryzom-server-hg -> server package
greetings
Offline
Thaodan, you have this in the linux-pf PKGBUILD:
pkgname=('linux-pf') true && pkgname=('linux-pf' 'linux-pf-headers')So just use something similar in this PKGBUILD.
I done his but then makepkg complains that pkgbuilds shouldn't shipped without package().
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline
ah, I see, because you don't have a package named the same as the package functions.
Offline
try this: http://sl1pkn07.no-ip.com/paste/view/1e5016fa
for me get error in build (lua related)
Offline
try this: http://sl1pkn07.no-ip.com/paste/view/1e5016fa
for me get error in build (lua related)
Do you have 'lua' installed?
The problem is that the AUR doesn't updates the PKGBUILD, except that everything works fine.
Last edited by Thaodan (2013-06-03 14:55:52)
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline
yes. have lua(+lua51) installed and detecting by cmake (http://wstaw.org/m/2013/06/03/plasma-desktopd11550.png http://sl1pkn07.no-ip.com/paste/view/8b7d55db)
i have own two split pkgbuilds upload on aur (using aurupload). don't have problem (maybe new silent update?, my last commit is on 2013-06-01)
greetings
ninjaedit 
Last edited by sl1pkn07 (2013-06-03 15:06:25)
Offline
try to remove lua
Linux odin 3.13.1-pf #1 SMP PREEMPT Wed Mar 5 21:47:28 CET 2014 x86_64 GNU/Linux
Offline