diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-12-12 19:23:23 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-12-12 19:23:23 (GMT) |
commit | dac8d2ef3153cb30dbb826ecff1e972cd1ed95fe (patch) | |
tree | ce1969e4d5973b79deb160566a5aca9e88fe26dc /abs/core/aspell | |
parent | 999e36b77a1a58ffb1696ecf07bcf580a01acd43 (diff) | |
download | linhes_pkgbuild-dac8d2ef3153cb30dbb826ecff1e972cd1ed95fe.zip linhes_pkgbuild-dac8d2ef3153cb30dbb826ecff1e972cd1ed95fe.tar.gz linhes_pkgbuild-dac8d2ef3153cb30dbb826ecff1e972cd1ed95fe.tar.bz2 |
aspell: update to 0.60.6.1-2
Diffstat (limited to 'abs/core/aspell')
-rw-r--r-- | abs/core/aspell/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/abs/core/aspell/PKGBUILD b/abs/core/aspell/PKGBUILD index 1b88938..50c9264 100644 --- a/abs/core/aspell/PKGBUILD +++ b/abs/core/aspell/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 131851 2011-07-16 03:59:19Z eric $ +# $Id$ +# Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Jochem Kossen <j.kossen@home.nl> # Contributor: dorphell <dorphell@archlinux.org> # Contributor: Thayer Williams <thayer@archlinux.org> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> +# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=aspell pkgver=0.60.6.1 _pkgmajorver=0.60 -pkgrel=1 +pkgrel=2 pkgdesc="A spell checker designed to eventually replace Ispell" arch=('i686' 'x86_64') url="http://aspell.net/" license=('LGPL') depends=('gcc-libs' 'ncurses') optdepends=('perl: to import old dictionaries') -options=('!libtool') install=aspell.install source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('e66a9c9af6a60dc46134fdacf6ce97d7') |