aboutsummaryrefslogtreecommitdiffstats
path: root/community/unison
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-10 13:17:03 +0100
committerJakub Jirutka <jakub@jirutka.cz>2018-03-10 13:17:58 +0100
commit1e84a70462b5c9de9c468ab1593bd257706a5cc7 (patch)
tree8fb05e745a2ff8f8ab1e2baa45dd698e25bc4e69 /community/unison
parentc7fed598b1b349218ed5ab8eeae195f52a9d6b60 (diff)
downloadaports-1e84a70462b5c9de9c468ab1593bd257706a5cc7.tar.bz2
aports-1e84a70462b5c9de9c468ab1593bd257706a5cc7.tar.xz
community/unison: use version suffix _p instead of adding number
Diffstat (limited to 'community/unison')
-rw-r--r--community/unison/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/unison/APKBUILD b/community/unison/APKBUILD
index ffee828fad..a79acae88d 100644
--- a/community/unison/APKBUILD
+++ b/community/unison/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
pkgname=unison
# Note: unison breaks compatibility between minor (major.minor) versions.
-pkgver=2.48.15.4
-_pkgver=${pkgver%.*}v${pkgver##*.}
+pkgver=2.48.15_p4
+_pkgver=${pkgver/_p/v}
_majorver=${_pkgver%.*} # x.y
pkgrel=0
pkgdesc="Efficient file-synchronization tool"