summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-09-24 10:14:37 +0200
committerAlphaJack2023-09-24 10:14:37 +0200
commitaeaa4bbb5e03a9fbf7b24b22e1edeedbe18a8806 (patch)
tree67c1d2a9404393f47793fe2914b194964ba11e45 /PKGBUILD
parent30ccb73822f8be3f88cd5eb73be5cd98d62178c2 (diff)
downloadaur-aeaa4bbb5e03a9fbf7b24b22e1edeedbe18a8806.tar.gz
Updated mkdocs-material to 9.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 079d8358da18..91a1c8ce3f03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.3.1
+pkgver=9.4.1
pkgrel=1
pkgdesc="Material design theme for MkDocs"
url="https://squidfunk.github.io/mkdocs-material/"
@@ -26,10 +26,10 @@ depends=("mkdocs"
"python-regex"
"python-requests"
"python-xcffib")
-makedepends=("python-build" "python-installer" "python-wheel")
+makedepends=("python-build" "python-installer" "python-wheel" "python-setuptools")
optdepends=("python-jieba: allow search for chinese language")
source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz")
-sha256sums=('4f3a2aec4672067ec7a6c871228181b00928544116d24137a09b727d14f71a02')
+sha256sums=('29c3c87431c842c144f2bb57b2cee805e8cb0fa5615e57949366346e5ca660c4')
options=("!strip")
build(){