You are not logged in.
Pages: 1
Hello, I'm trying to add package to aur, but I always get this error messeage: "Error trying to unpack upload - PKGBUILD does not exist.", whats wrong?
Use the Source, Luke!
Offline
what do you get from `tar -t pkgbuild.tar.gz` ?
Offline
Hello, I'm trying to add package to aur, but I always get this error messeage: "Error trying to unpack upload - PKGBUILD does not exist.", whats wrong?
You are just trying to upload a PKGBUILD contained in a tar.gz correct? You are not trying to upload the actual pkg.tar.gz file, correct?
Offline
Oh ok, I've done that now but now I always receive this message: "Package URL is missing a protocol (ie. http:// ,ftp://)" the pkgbuild I've selected on my computer, whats wrong now?
Use the Source, Luke!
Offline
In your package, you've got a URL field. url="www.something" should be url="http://www.something"
Furthermore, I'd suggest you read the AUR user guidelines wiki page, specifically the Submitting Packages to UNSUPPORTED section, and the Arch Packaging Standards wiki page as well.
Last edited by Cerebral (2007-07-16 13:22:32)
Offline
Offline
Uhm how do I upgrade my PKGBUILD at aur?
Use the Source, Luke!
Offline
update your pkgbuild locally, re-tarball it, then re-upload it, ensuring you check the "overwrite original" checkbox (or something similar to that)
Offline
Okay thx.
Use the Source, Luke!
Offline
Pages: 1