summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xaur-fetch-all2
1 files changed, 2 insertions, 0 deletions
diff --git a/aur-fetch-all b/aur-fetch-all
index 2a6920d..8ae5962 100755
--- a/aur-fetch-all
+++ b/aur-fetch-all
@@ -178,4 +178,6 @@ if ((fetch)); then
done <"$tmp"/queue
fi
+# handle vcs package
+AURDEST="$pkgbuild_dir" aur vercmp-devel
# vim: set et sw=4 sts=4 ft=sh: