diff options
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 |