summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-12-12 15:10:32 +0100
committerErich Eckner <git@eckner.net>2019-12-12 15:10:32 +0100
commit17392f7a15391d8877355196553e15923db56a76 (patch)
tree6220b018feeeddc91dafc8fa75d527ec743b3a40 /checkVersions
parent54226ab19e54f26be7be6a6b6d363aab52d00eb9 (diff)
downloadarchlinuxewe.git.save-17392f7a15391d8877355196553e15923db56a76.tar.xz
checkVersions: qwt5 must have major_version==5
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions5
1 files changed, 5 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index 7366d089..15ee5e0e 100755
--- a/checkVersions
+++ b/checkVersions
@@ -772,6 +772,11 @@ then
s/-$//
s/\.$//
' | \
+ if [ "${pkgname}" = 'qwt5' ]; then
+ grep '^5\.'
+ else
+ cat
+ fi | \
latest_version
)
elif echo "${src}" | \