diff options
Diffstat (limited to 'checkVersions')
-rwxr-xr-x | checkVersions | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions index dd2659fb..7f03e27a 100755 --- a/checkVersions +++ b/checkVersions @@ -458,6 +458,18 @@ then pkgver ) elif echo "${src}" | \ + grep -q '^svn\(+[^:]\+\)\?://[^#]\+\(#revision=[^#]\+\)\?$' + then + remVer=$( + cd "$1" + ( + cd "${src_name}" + svn update >/dev/null + ) + srcdir=$(pwd) + pkgver + ) + elif echo "${src}" | \ grep -q "^https://pypi\.python\.org/packages/" then qu=$( |