summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoetaYuko2023-09-24 15:37:53 +0800
committerMoetaYuko2023-09-24 15:38:07 +0800
commitbb7c15e44e2d049f1f5b80b26e3983839a738374 (patch)
tree4439fd5dd9328d3641df8df8a605463a45438cd2
parent98195ad3281f45041a9d30578fefba55b5d078f9 (diff)
downloadaur-python-yalafi.tar.gz
Fix dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 739a5e4dc38e..977547d28adc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-yalafi
pkgdesc = Yet another LaTeX filter
pkgver = 1.4.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/torik42/YaLafi
arch = any
license = GPL3
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = languagetool
diff --git a/PKGBUILD b/PKGBUILD
index 4801b4f0c2b2..2695a5133cd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-yalafi
pkgver=1.4.0
-pkgrel=4
+pkgrel=5
pkgdesc="Yet another LaTeX filter"
url="https://github.com/torik42/YaLafi"
depends=('python' 'languagetool')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
license=('GPL3')
arch=('any')
source=(