[aur-general] Unable to submit AUR packages
Hi! I started using arch linux 1 month ago and today i created a PKGBUILD of a very useful program: megastreamd, but i can't submit it on AUR beacause i receive this error: Package URL is missing a protocol (ie. http:// ,ftp://). I can't upload packages on AUR using burp or aurploader too! Thanks in advance for support! Best Regards Francesco
On 12/05/2011 04:10 PM, Francesco Brozzu wrote:
Hi!
I started using arch linux 1 month ago and today i created a PKGBUILD of a very useful program: megastreamd, but i can't submit it on AUR beacause i receive this error: Package URL is missing a protocol (ie. http:// ,ftp://). I can't upload packages on AUR using burp or aurploader too!
Thanks in advance for support!
Best Regards
Francesco
attach the build. we cannot do anything until we see it. -- Ionuț
Il giorno 05 dicembre 2011 15:13, Ionut Biru <ibiru@archlinux.org> ha scritto:
attach the build. we cannot do anything until we see it.
-- Ionuț
Ok, i didn't attach it previously beacause i didn't want to use useless space on mailing list.
On 05/12/11 14:16, Francesco Brozzu wrote:
Il giorno 05 dicembre 2011 15:13, Ionut Biru<ibiru@archlinux.org> ha scritto:
attach the build. we cannot do anything until we see it.
-- Ionuț
Ok, i didn't attach it previously beacause i didn't want to use useless space on mailing list.
You can use pastebin or such...
On Mon, Dec 5, 2011 at 3:10 PM, Francesco Brozzu <francescobrozzu@gmail.com>wrote:
i can't submit it on AUR beacause i receive this error: Package URL is missing a protocol (ie. http:// ,ftp:// ).
Seems your PKGBUILD is invalid. Did you run namcap on it and on the generated package? Did you check your 'url' field? -- Cédric Girard
On Dec 5, 2011 2:10 PM, "Francesco Brozzu" <francescobrozzu@gmail.com> wrote:
Hi!
I started using arch linux 1 month ago and today i created a PKGBUILD of a very useful program: megastreamd, but i can't submit it on AUR beacause i receive this error: Package URL is missing a protocol (ie. http:// ,ftp://
).
I can't upload packages on AUR using burp or aurploader too!
Thanks in advance for support!
Best Regards
Francesco
This might sound obvious, but do all the URLs you use in your PKGBUILD include the protocol? If not, then your problem may well be as simple as needing to add them.
Il giorno 05 dicembre 2011 15:17, Psychedelic Squid <psquid@psquid.net> ha scritto:
This might sound obvious, but do all the URLs you use in your PKGBUILD include the protocol? If not, then your problem may well be as simple as needing to add them.
I checked the PKGBUILD and i saw that were a lot of missing parts on it. Now i fixed it and everything works fine. Thanks for support.
Il 05/12/2011 15:10, Francesco Brozzu ha scritto:
Hi!
I started using arch linux 1 month ago and today i created a PKGBUILD of a very useful program: megastreamd, but i can't submit it on AUR beacause i receive this error: Package URL is missing a protocol (ie. http:// ,ftp://). I can't upload packages on AUR using burp or aurploader too!
Thanks in advance for support!
Best Regards
Francesco
The error appears to be obvious: in the PKGBUILD the 'url' attribute is specified without the protocol (for example url="packageurl.org" instead of url="http://packageurl.org").
participants (6)
-
Cédric Girard
-
Francesco Brozzu
-
Ionut Biru
-
Matej Ľach
-
Nicola Bignami
-
Psychedelic Squid