summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoetaYuko2023-05-29 09:49:03 +0800
committerMoetaYuko2023-05-29 09:49:03 +0800
commit98195ad3281f45041a9d30578fefba55b5d078f9 (patch)
treeeb921b8abfc547ac1edf17f708f8263c793136e8
parent7f567cf3ecec893408e6de53c19b27d5bd18ae84 (diff)
downloadaur-98195ad3281f45041a9d30578fefba55b5d078f9.tar.gz
Add python-wheel to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4291e6b4a53f..739a5e4dc38e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-yalafi
pkgdesc = Yet another LaTeX filter
pkgver = 1.4.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/torik42/YaLafi
arch = any
license = GPL3
makedepends = python-build
makedepends = python-installer
+ makedepends = python-wheel
depends = python
depends = languagetool
source = https://github.com/torik42/YaLafi/archive/1.4.0.zip
diff --git a/PKGBUILD b/PKGBUILD
index d0c102c4e0e7..4801b4f0c2b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-yalafi
pkgver=1.4.0
-pkgrel=3
+pkgrel=4
pkgdesc="Yet another LaTeX filter"
url="https://github.com/torik42/YaLafi"
depends=('python' 'languagetool')
-makedepends=('python-build' 'python-installer')
+makedepends=('python-build' 'python-installer' 'python-wheel')
license=('GPL3')
arch=('any')
source=(