summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckVersions6
1 files changed, 6 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index c7d68111..ae2e63fa 100755
--- a/checkVersions
+++ b/checkVersions
@@ -661,6 +661,12 @@ then
| sed 's@\\|$@\n@'
)"
then
+ for _pkgname in "${provides[@]}"; do
+ if [ "${pkgname#${_pkgname%=*}}" != "${pkgname}" ]; then
+ pkgname="${_pkgname%=*}"
+ break
+ fi
+ done
quVer="${src%/*}/"
remVer="$( \
curl_it "${quVer}" | \