summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-01-02 16:29:02 +0100
committerAlphaJack2023-01-02 16:29:02 +0100
commitd373988c66a7c389505d633ff0e99fd7afb8d9e0 (patch)
tree3391c865eee90c29ccc5259d9e0260c7cce1fc91 /PKGBUILD
parenta0784563b269bbeafc1c0e6405ac49cc2a521d06 (diff)
downloadaur-d373988c66a7c389505d633ff0e99fd7afb8d9e0.tar.gz
Updated mkdocs-material to 9.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45827d3235aa..c7ed50b6395c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=8.5.11
+pkgver=9.0.0
pkgrel=1
pkgdesc="Material design theme for MkDocs"
url="http://squidfunk.github.io/mkdocs-material/"
@@ -17,12 +17,15 @@ depends=("mkdocs"
"mkdocs-minify-plugin"
"mkdocs-material-extensions"
"pymdown-extensions"
+ "python-colorama"
"python-hatch-nodejs-version"
"python-hatch-requirements-txt"
- "python-pygments")
+ "python-pygments"
+ "python-regex"
+ "python-requests")
makedepends=("python-build" "python-installer" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz")
-sha256sums=('4e6b8478453d5e1690d3d9c3f03b4bf898e6c20270d7054b4f5336e0e488bb24')
+sha256sums=('d1ea3433be5ae40d05b3555a6bcbf482c5f272a47de7cb46dbcaa7bbf082c29b')
options=("!strip")
build(){