summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckVersions4
1 files changed, 4 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index cecbaae5..2128b1d9 100755
--- a/checkVersions
+++ b/checkVersions
@@ -268,6 +268,10 @@ then
then
pre='s|\(\...\)$|\10|'
post='s|\(\...\)0$|\1|'
+ elif [ "${pkgname}" == 'perl-opengl' ]
+ then
+ pre='s|\(\...\)\(..\)$|\1.\2|'
+ post='s|\(\...\)\.\(..\)$|\1\2|'
else
pre=''
post=''