moving hspell to deps for enchant, makedep causes error message in many apps

This commit is contained in:
abveritas 2012-07-14 20:51:33 +00:00
parent bac5c68d8f
commit c062878156

View File

@ -4,13 +4,12 @@
pkgname=enchant
pkgver=1.6.0
pkgrel=3
pkgrel=4
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')
depends=('aspell' 'dbus-glib' 'hunspell' 'hspell')
options=('!libtool')
source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('de11011aff801dc61042828041fb59c7')