diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 13:17:03 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-10 13:17:58 +0100 |
commit | 1e84a70462b5c9de9c468ab1593bd257706a5cc7 (patch) | |
tree | 8fb05e745a2ff8f8ab1e2baa45dd698e25bc4e69 /community/unison/APKBUILD | |
parent | c7fed598b1b349218ed5ab8eeae195f52a9d6b60 (diff) | |
download | aports-1e84a70462b5c9de9c468ab1593bd257706a5cc7.tar.bz2 aports-1e84a70462b5c9de9c468ab1593bd257706a5cc7.tar.xz |
community/unison: use version suffix _p instead of adding number
Diffstat (limited to 'community/unison/APKBUILD')
-rw-r--r-- | community/unison/APKBUILD | 4 |
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" |