summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Repomaa2020-07-02 22:18:40 +0200
committerJoakim Repomaa2020-07-02 22:18:40 +0200
commit53f8fbd1ede813ae2f1ce443862475fa5671b8e3 (patch)
tree18aea168cb742f04c7811025de7a6abd51ecaf24
parent3059723b757e510c24279a6e72ae31c30423ecb4 (diff)
downloadaur-53f8fbd1ede813ae2f1ce443862475fa5671b8e3.tar.gz
add languagetool to deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4664541e1c5d..672534ef6919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-yalafi
pkgdesc = Yet another LaTeX filter
pkgver = 1.1.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/matze-dd/YaLafi
arch = any
license = GPL3
makedepends = python-setuptools
depends = python3
+ depends = languagetool
source = https://files.pythonhosted.org/packages/0f/57/57827ab252b49616253bb007e823b810005a9a4873b8c0ff0f70ef1954d7/yalafi-1.1.2.tar.gz
source = ltdirectory.patch
source = ltserver_local_cmd.patch
diff --git a/PKGBUILD b/PKGBUILD
index 9fc13183994c..02543fb75430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=python-yalafi
pkgver=1.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="Yet another LaTeX filter"
url="https://github.com/matze-dd/YaLafi"
-depends=('python3' )
+depends=('python3' 'languagetool')
makedepends=('python-setuptools')
license=('GPL3')
arch=('any')