diff options
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" |