summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-02 13:38:23 +0000
committerJoão Figueiredo2024-03-02 13:38:23 +0000
commita3f54f5f5b5ce12e043d3c311c2d14b8378ee4c5 (patch)
treecc438d6a92521c774883e001ea94f599aa67b37a /PKGBUILD
parentf7232502ef2254bb32e55b247094caad5bf72815 (diff)
downloadaur-sonnet-git.tar.gz
Fix missing optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7586e3303a3c..9f48c0de2b14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,18 @@
pkgname=sonnet-git
pkgver=6.0.0_r899.g184e686
-pkgrel=1
+pkgrel=2
pkgdesc='Spelling framework for Qt6'
arch=($CARCH)
url='https://community.kde.org/Frameworks'
license=(LGPL-2.0-only LGPL-3.0-only)
depends=(gcc-libs glibc qt6-base)
makedepends=(git aspell doxygen extra-cmake-modules-git hspell hunspell libvoikko qt6-declarative qt6-doc qt6-tools)
+optdepends=('aspell: spell checking via aspell'
+ 'hspell: spell checking for Hebrew'
+ 'hunspell: spell checking via hunspell'
+ 'libvoikko: Finnish support via Voikko'
+ 'qt6-declarative: QML bindings')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(kf6-git)