diff options
Diffstat (limited to 'main/aspell-en')
-rw-r--r-- | main/aspell-en/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/aspell-en/APKBUILD b/main/aspell-en/APKBUILD index cec8dcb5b9..74d4098ebf 100644 --- a/main/aspell-en/APKBUILD +++ b/main/aspell-en/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=aspell-en -pkgver=6.0 +pkgver=7.1 pkgrel=0 pkgdesc="English dictionary for aspell" url="http://aspell.net/" -arch="all" +arch="noarch" license="custom" depends="aspell" makedepends="aspell-dev" @@ -24,4 +24,4 @@ package() { "$pkgdir"/usr/share/licenses/$pkgname/LICENSE || return 1 } -md5sums="16449e0a266e1ecc526b2f3cd39d4bc2 aspell6-en-6.0-0.tar.bz2" +md5sums="beba5e8f3afd3ed1644653bb685b2dfb aspell6-en-7.1-0.tar.bz2" |