Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | contrib/updpkgsums: Fix error message | Allan McRae | 2012-08-01 |
| | | | | | Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> | ||
* | updpkgsums: avoid fancy quoting in error message | Dave Reisner | 2012-06-25 |
| | | | | | | | | | | | | | 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> | ||
* | updpkgsums: add new contrib script | Dave Reisner | 2012-05-20 |
This updates checksums in a PKGBUILD in-place. If no sums are found, they are appended to the end. |