29 Nov
2009
29 Nov
'09
7:02 p.m.
After 'cleaning up' a package I'm maintaining (nginx-unstable), and verifying it can be built and works fine, AUR rejected the package. Reverting to old version (with updated version) works fine.
error message: "Missing build function in PKGBUILD."
Ok, this is a longshot, but its worth a try. The pkgbuild that you pasted has DOS-style line terminators. You know, CRLF? That may well be an artifact of the pastebin service. If you did have them in the original file, remove them. For whatever reason, bash behaves atrociously when sourcing a file with DOS-style line endings, though it gives no complaint when they are replaced with Unix-style line-endings. Like I said, it's a longshot... -- Chris