summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-06-07 15:35:33 +0200
committerErich Eckner <git@eckner.net>2017-06-07 15:35:33 +0200
commit87f3420504829c09615cd360a1ac4d7dda19f22f (patch)
treea6717c54c6ab1daf2513c5d28408a70bb05e1fe0 /checkVersions
parentd28eb3186126e84199ef1d9594648aca5590d6c9 (diff)
downloadarchlinuxewe.git.save-87f3420504829c09615cd360a1ac4d7dda19f22f.tar.xz
checkVersions now understands perl-opengl
Diffstat (limited to 'checkVersions')
-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=''