Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-26 | updpkgsums: avoid fancy quoting in error message | Dave Reisner | 1 | -1/+1 | |
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-21 | updpkgsums: add new contrib script | Dave Reisner | 1 | -0/+93 | |
This updates checksums in a PKGBUILD in-place. If no sums are found, they are appended to the end. |