summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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(){