summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzan2022-01-30 20:56:21 -0500
committerzan2022-01-30 20:56:21 -0500
commit77a38badb9d60f7f6f76785f1f16336212465fc1 (patch)
tree2c67fac4428fed9dfff1012343a820db07b0ea10
parent0c3443049e158df9deaf37b1cc28e3cc45665849 (diff)
downloadaur-77a38badb9d60f7f6f76785f1f16336212465fc1.tar.gz
Fix deps
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 248c6f444092..b8d733096252 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
pkgbase = sonnet-git
pkgdesc = Spelling framework for Qt
- pkgver = v5.72.0.541.4cf1502
+ pkgver = v5.90.0.671.e9fa9bc
pkgrel = 1
url = https://invent.kde.org/frameworks/sonnet
arch = x86_64
groups = kf5
license = LGPL
makedepends = extra-cmake-modules
- makedepends = qt5-tools
- makedepends = hunspell
- makedepends = aspell
- makedepends = hspell
makedepends = git
- makedepends = libvoikko
+ makedepends = qt5-tools
+ depends = qt5-declarative
depends = qt5-base
optdepends = hunspell: spell checking via hunspell
optdepends = aspell: spell checking via aspell
@@ -24,4 +21,3 @@ pkgbase = sonnet-git
md5sums = SKIP
pkgname = sonnet-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c9b8494d21a4..30e5a4b2cecf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'