index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-25 | updpkgsums: avoid fancy quoting in error message | Dave Reisner | |
m4 has a field day parsing escapes and actually vandalizes this string, causing the error to look like: ==> ERROR: \PKGBUILD\ not found or is not a file Avoid all quoting and just match up with how makepkg reports errors (no quoting at all). Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2012-05-20 | updpkgsums: add new contrib script | Dave Reisner | |
This updates checksums in a PKGBUILD in-place. If no sums are found, they are appended to the end. |