summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2022-10-17 10:40:05 +0200
committerAlphaJack2022-10-17 10:40:05 +0200
commitac8f41a8089ee76d039eefacb6e089a4d1252220 (patch)
tree14895a9034f77acc62c3d51f09a265c09cfd22f5 /PKGBUILD
parentc3a2f3cedd938295d33bb4cbd96097638bfedf06 (diff)
downloadaur-ac8f41a8089ee76d039eefacb6e089a4d1252220.tar.gz
Updated mkdocs-material to 8.5.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f46b20dabd4..f5d04541b58f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=8.5.4
+pkgver=8.5.6
pkgrel=1
pkgdesc="Material design theme for MkDocs"
url="http://squidfunk.github.io/mkdocs-material/"
@@ -20,9 +20,9 @@ depends=("mkdocs"
"python-hatch-nodejs-version"
"python-hatch-requirements-txt"
"python-pygments")
-makedepends=("python-build" "python-installer")
+makedepends=("python-build" "python-installer" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz")
-sha256sums=('2dc22aa29de579fc3da89172f5d31b5bec2c91705b264cbb49cb05cf1ea48cb9')
+sha256sums=('291d6227a4a843734d450804582da378759cab83ec259ade595e197f6ccf01bc')
options=("!strip")
build(){