From e8ea961cf71d87ff11329a1e2d56b9f7626c1f2c Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Mon, 17 Dec 2018 07:57:01 -0600 Subject: user/aspell-dict-*: fix versioning for af through nds --- user/aspell-dict-gl/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'user/aspell-dict-gl/APKBUILD') 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 # Maintainer: Kiyoshi Aman 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" -- cgit v1.2.3-60-g2f50