Merge pull request #4711 from lazka/aspell-de-pkgver-format

aspell-de: match the Cygwin/Arch package version format
This commit is contained in:
Christoph Reiter 2024-06-16 18:52:48 +02:00 committed by GitHub
commit 16188f45cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,10 @@
_lang=de
_realname=aspell-${_lang}
pkgname=${_realname}
pkgver=20161207
_subpkgver=7-0
_pkgver=20161207-7-0
pkgver=${_pkgver//-/.}
pkgrel=1
_pkgname=aspell6-${_lang}-${pkgver}-${_subpkgver}
_pkgname=aspell6-${_lang}-${_pkgver}
pkgdesc='German dictionary for aspell'
arch=('i686' 'x86_64')
url="http://aspell.net/"