author | Antonio Rojas
<arojas@archlinux.org> 2015-06-04 14:50:35 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-06-04 14:50:35 UTC |
parent | 7c06ef88c9c95161dd1a6a34c3a14f1cbffacea2 |
PKGBUILD | +4 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 5c90ffe..f4847d2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,13 +3,14 @@ pkgname=sonnet pkgver=5.10.0 -pkgrel=1 +pkgrel=2 pkgdesc='Spelling framework for Qt5' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/frameworks/sonnet' license=('LGPL') -depends=('qt5-base' 'enchant') -makedepends=('extra-cmake-modules' 'qt5-tools') +depends=('qt5-base') +makedepends=('extra-cmake-modules' 'qt5-tools' 'hunspell' 'aspell' 'hspell') +optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' 'hspell: spell checking for Hebrew') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") md5sums=('169c46a61f2e98ec5e1e6eea26bfa015')