summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-04-23 02:45:59 +0200
committerAlphaJack2023-04-23 02:45:59 +0200
commitad4ab7f328e804181916b8c415b019fa09c6174b (patch)
treec68b5dc8119c3cacbfa483e83deb436eb0660e89 /PKGBUILD
parentb5f87bcb4a8acaf7fe487a42adacbfcd076fba44 (diff)
downloadaur-ad4ab7f328e804181916b8c415b019fa09c6174b.tar.gz
Updated mkdocs-material to 9.1.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 649cbe0a8a0a..336bcb4e04fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.1.6
+pkgver=9.1.7
pkgrel=1
pkgdesc="Material design theme for MkDocs"
url="http://squidfunk.github.io/mkdocs-material/"
@@ -25,7 +25,7 @@ depends=("mkdocs"
"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=('620be3ea952f005f5e3818526af3ae1a28475cbcd491a1f0a8fa099cc828743c')
+sha256sums=('c893e4bb11bf6525adf08deca618d74e95d31eb8a24311ec204cab1b206b9501')
options=("!strip")
build(){