summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions2
1 files changed, 2 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index 7f03e27a7..714e3b6ba 100755
--- a/checkVersions
+++ b/checkVersions
@@ -452,6 +452,7 @@ then
then
remVer=$(
cd "$1"
+ makepkg --verifysource >/dev/null
git -C "${src_name}" fetch --all -p >/dev/null 2>&1
_commit='HEAD'
srcdir=$(pwd)
@@ -462,6 +463,7 @@ then
then
remVer=$(
cd "$1"
+ makepkg --verifysource >/dev/null
(
cd "${src_name}"
svn update >/dev/null