summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-05-23 01:01:05 +0200
committerAlphaJack2023-05-23 01:01:05 +0200
commit1d1f3561e2a84d4af29a9fb9550fb996996584a3 (patch)
tree152eec7630c5d79709bf291518142a73ccd5a592 /PKGBUILD
parentf9aeaf20f2f441f55715806e2ef62304bdf7b8a6 (diff)
downloadaur-1d1f3561e2a84d4af29a9fb9550fb996996584a3.tar.gz
Updated mkdocs-material to 9.1.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9505472246d..817dbcaf5bad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.1.11
+pkgver=9.1.14
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=('8cceba8f9083c3132d546b74ad6789b32277197de6c1ca82fe71c4426de1dc5d')
+sha256sums=('f47586d5998dc2150e8bb5c6030126b17057e57f3ba54bf6b74387eb94223af9')
options=("!strip")
build(){