diff options
Diffstat (limited to 'user/aspell-dict-gl')
-rw-r--r-- | user/aspell-dict-gl/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/user/aspell-dict-gl/APKBUILD b/user/aspell-dict-gl/APKBUILD index b909ff87c..e586b4682 100644 --- a/user/aspell-dict-gl/APKBUILD +++ b/user/aspell-dict-gl/APKBUILD @@ -1,8 +1,9 @@ # Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> pkgname=aspell-dict-gl -pkgver=0.5a -_pkgver=$pkgver-2 +pkgver=0.5.a2 +_pkgver=${pkgver%.*}${pkgver#*.*.} +_pkgver=${_pkgver%[0-9]}-${pkgver#*.*.[a-z]} pkgrel=0 pkgdesc="Galician dictionaries for aspell" url="http://aspell.net" |