summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f1c31923f9f..eb8afaae1147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_name=language_tool_python
pkgname=python-languagetool-git
pkgver=2.5.1
-pkgrel=2
+pkgrel=3
pkgdesc="A free grammar checker for Python"
url="https://pypi.org/project/language-tool-python"
-depends=('python')
+depends=('python' 'python-tqdm')
makedepends=('git' 'python')
optdepends=()
license=('GPL3')