summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsvnrm3
-rwxr-xr-xupgpkg2
2 files changed, 5 insertions, 0 deletions
diff --git a/svnrm b/svnrm
new file mode 100755
index 0000000..12b18b6
--- /dev/null
+++ b/svnrm
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+svn up --set-depth exclude "$@" && rm -rf "$@"
diff --git a/upgpkg b/upgpkg
index ef8388f..2c3f677 100755
--- a/upgpkg
+++ b/upgpkg
@@ -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