summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-03 14:18:26 +0100
committerErich Eckner <git@eckner.net>2019-01-03 14:18:26 +0100
commit2902df63b498b9e2c77e21e7440a3cb4cc419a2a (patch)
tree3ffde499113cd2414a9b1995b5f3425a7c93217e /checkVersions
parent8aa2bfebb9941482bf0665946d882c252f593a15 (diff)
downloadarchlinuxewe.git.save-2902df63b498b9e2c77e21e7440a3cb4cc419a2a.tar.xz
checkVersions: correctly mangle version of perl-data-clean, too
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions3
1 files changed, 2 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions
index 9f9ca9a5..79fe2724 100755
--- a/checkVersions
+++ b/checkVersions
@@ -516,7 +516,8 @@ then
post='s|\(\...\)0$|\1|'
elif [ "${pkgname}" = 'perl-opengl' ] || \
[ "${pkgname}" = 'perl-array-diff' ] || \
- [ "${pkgname}" = 'perl-module-cpants-analyse' ]
+ [ "${pkgname}" = 'perl-module-cpants-analyse' ] || \
+ [ "${pkgname}" = 'perl-data-clean' ]
then
pre='s|\(\...\)\(.\)|\1.\2|'
post='s|\(\...\)\.\(.\)|\1\2|'