diff options
author | zan | 2022-01-30 20:56:21 -0500 |
---|---|---|
committer | zan | 2022-01-30 20:56:21 -0500 |
commit | 77a38badb9d60f7f6f76785f1f16336212465fc1 (patch) | |
tree | 2c67fac4428fed9dfff1012343a820db07b0ea10 /PKGBUILD | |
parent | 0c3443049e158df9deaf37b1cc28e3cc45665849 (diff) | |
download | aur-77a38badb9d60f7f6f76785f1f16336212465fc1.tar.gz |
Fix deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,14 +4,14 @@ pkgname=sonnet-git _name=${pkgname%-git} -pkgver=v5.72.0.541.4cf1502 +pkgver=v5.90.0.671.e9fa9bc pkgrel=1 pkgdesc='Spelling framework for Qt' arch=(x86_64) url='https://invent.kde.org/frameworks/sonnet' license=(LGPL) -depends=('qt5-base') -makedepends=(extra-cmake-modules qt5-tools hunspell aspell hspell git libvoikko) +depends=(qt5-declarative qt5-base) +makedepends=(extra-cmake-modules git qt5-tools) optdepends=('hunspell: spell checking via hunspell' 'aspell: spell checking via aspell' 'hspell: spell checking for Hebrew' |