summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2023-09-19 11:09:01 +0200
committerGilrain2023-09-19 11:09:01 +0200
commit2204ccb78dd6d30f7e1040015081432a9b2cf5a8 (patch)
treec56d894bf76d6097f0e79ad12d39e82a46f84983
parentf3b789009e791eebd34d81334c0a0eecb3ef4256 (diff)
downloadaur-2204ccb78dd6d30f7e1040015081432a9b2cf5a8.tar.gz
Cleanup dependencies
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9c52fc76a47..2767b0b65321 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,19 +7,16 @@ pkgdesc='A framework for custom processing of PO files.'
arch=('any')
license=('GPL3')
url='https://invent.kde.org/sdk/pology'
-depends=('python' 'gettext' 'python-pyenchant')
+depends=('python' 'gettext')
makedepends=('git' 'cmake' 'libxml2' 'docbook-xsl' 'libxslt' 'python-pygments')
options=(!makeflags)
-optdepends=('python2-dbus: to communicate with external applications'
- 'hunspell-lang: a spell-checking dictionary for your language(s)'
- 'aspell-lang: a spell-checking dictionary for your language(s)'
- 'ispell-lang: a spell-checking dictionary for your language(s)'
+optdepends=('python-dbus: to communicate with external applications'
+ 'python-pyenchant: for spell checking functionality'
'languagetool: used by the check-grammar sieve'
'apertium: used by the pomtrans script'
'git: for processing files under version control'
'subversion: for processing files under version control')
provides=('pology')
-replaces=('pology-svn')
changelog=changelog
source=("git+https://invent.kde.org/sdk/pology.git")
sha256sums=('SKIP')