summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-09-07 19:05:15 +0200
committerAlphaJack2023-09-07 19:05:15 +0200
commit448c9306b919f453ebd1ec5af97f7d03faf0fc4f (patch)
tree2bb82a90c53bb26e957b42776afd8c57e2cdfbe9 /PKGBUILD
parent852523bbebb7dad05dadd45c642368d329c8a22b (diff)
downloadaur-448c9306b919f453ebd1ec5af97f7d03faf0fc4f.tar.gz
Added missing depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25e2b48593fd..2d2ea94dc37d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname="mkdocs-material"
pkgver=9.2.5
-pkgrel=1
+pkgrel=2
pkgdesc="Material design theme for MkDocs"
url="http://squidfunk.github.io/mkdocs-material/"
license=("MIT")
@@ -16,14 +16,18 @@ replaces=("python-mkdocs-material")
depends=("mkdocs"
"mkdocs-minify-plugin"
"mkdocs-material-extensions"
+ "pngquant"
"pymdown-extensions"
+ "python-cairosvg"
"python-colorama"
"python-hatch-nodejs-version"
"python-hatch-requirements-txt"
"python-pygments"
"python-regex"
- "python-requests")
+ "python-requests"
+ "python-xcffib")
makedepends=("python-build" "python-installer" "python-wheel")
+optdepends=("python-jieba: allow search for chinese language")
source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz")
sha256sums=('4a5e8c04b73293f595705ef375dabafef765818242f36393c80537c9d763f415')
options=("!strip")