diff options
Diffstat (limited to 'main/aspell')
-rw-r--r-- | main/aspell/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/aspell/APKBUILD b/main/aspell/APKBUILD index 5ef3d24967..bbb75cf77f 100644 --- a/main/aspell/APKBUILD +++ b/main/aspell/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=aspell -pkgver=0.60.6 +pkgver=0.60.6.1 _pkgmajorver=${pkgver%.*} -pkgrel=5 +pkgrel=0 pkgdesc="A spell checker designed to eventually replace Ispell" url="http://aspell.net/" arch="all" @@ -31,5 +31,5 @@ package() { "$pkgdir"/usr/lib/*.la || return 1 ln -s $pkgname-${_pkgmajorver} "$pkgdir"/usr/lib/$pkgname || return 1 } -md5sums="bc80f0198773d5c05086522be67334eb aspell-0.60.6.tar.gz +md5sums="e66a9c9af6a60dc46134fdacf6ce97d7 aspell-0.60.6.1.tar.gz 715f4e138ab33b27201d90cbc98b4fb3 libmath.patch" |