diff options
author | root <root@rshg047.dnsready.net> | 2011-06-12 22:59:55 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-12 22:59:55 +0000 |
commit | ad4b2565385561c6ff56f1f91c1e40115cf939d7 (patch) | |
tree | a38f832867e30f3e23110e15089aa9b7221c9789 /extra/enchant | |
parent | e392819937e37aa7f33ba83bb3e23bb1ccabaa37 (diff) |
Sun Jun 12 22:59:55 UTC 2011
Diffstat (limited to 'extra/enchant')
-rw-r--r-- | extra/enchant/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/enchant/PKGBUILD b/extra/enchant/PKGBUILD index 1f95981e7..2edd15320 100644 --- a/extra/enchant/PKGBUILD +++ b/extra/enchant/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 126152 2011-06-01 20:31:07Z andyrtr $ +# $Id: PKGBUILD 127251 2011-06-11 20:47:42Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: dorphell <dorphell@archlinux.org> pkgname=enchant pkgver=1.6.0 -pkgrel=2 +pkgrel=3 pkgdesc="A wrapper library for generic spell checking" arch=('i686' 'x86_64') url="http://www.abisource.com/enchant/" license=('LGPL') depends=('aspell' 'dbus-glib' 'hunspell') makedepends=('hspell') +optdepends=('hspell: Hebrew dictionary') options=('!libtool') source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") md5sums=('de11011aff801dc61042828041fb59c7') |