diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-12-06 17:53:22 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-12-06 17:53:22 +0100 |
commit | 5eee1cc0fbc2ca352655092568f87ef9ef514d43 (patch) | |
tree | 0c6cb52f872ecce7a5b651269d9e3e461274b0fa /upgpkg | |
parent | d9dc55a69e315a10eb24e48c866232f9d00a01b3 (diff) | |
download | bin-5eee1cc0fbc2ca352655092568f87ef9ef514d43.tar.gz bin-5eee1cc0fbc2ca352655092568f87ef9ef514d43.tar.xz |
add svnrm; verify sources in upgpkg
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'upgpkg')
-rwxr-xr-x | upgpkg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -116,6 +116,8 @@ $0 ~ /^(md5|sha[0-9]+)sums/ { !i {print}; $0 ~ /\)/ {i = 0}' | sponge PKGBUILD +makepkg --verifysource -d + source PKGBUILD if [ -f "upgpkg" ]; then source ./upgpkg |