summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-03-10 20:26:20 +0100
committerAlphaJack2023-03-10 20:26:20 +0100
commited9a466da6af474e11042c5ca0658bb54a07f3c4 (patch)
tree65de60784a9924133fdb3a25df24c26562144536 /PKGBUILD
parent6737c5dcdfaa129760916e979568d67db360450b (diff)
downloadaur-ed9a466da6af474e11042c5ca0658bb54a07f3c4.tar.gz
Updated mkdocs-material to 9.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97e577f11bdc..2d51f4732055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.1.1
+pkgver=9.1.2
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=('a5ba2c9cadcfd126848d2f1ceebe68e4b43bd26fa754aa90e9ea2677c618586d')
+sha256sums=('e57f014f49acb2be8d4f0333eda165aeec1c0f04909334b8ecfbfedc4c156e84')
options=("!strip")
build(){