summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2022-11-30 19:18:25 +0100
committerAlphaJack2022-11-30 19:18:25 +0100
commita0784563b269bbeafc1c0e6405ac49cc2a521d06 (patch)
treee6c6aa73d1c81fc2be88e161c3e8f7b064619af8 /PKGBUILD
parent3669e5f11fddae7a2867730336c4a061fd4d6c53 (diff)
downloadaur-a0784563b269bbeafc1c0e6405ac49cc2a521d06.tar.gz
Updated mkdocs-material to 8.5.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 423fcb987765..45827d3235aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=8.5.10
+pkgver=8.5.11
pkgrel=1
pkgdesc="Material design theme for MkDocs"
url="http://squidfunk.github.io/mkdocs-material/"
@@ -22,7 +22,7 @@ depends=("mkdocs"
"python-pygments")
makedepends=("python-build" "python-installer" "python-wheel")
source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz")
-sha256sums=('cb007309ce60b3c0d0291d307477c2ca2958917163f7a7c16cfa2099e632e1a1')
+sha256sums=('4e6b8478453d5e1690d3d9c3f03b4bf898e6c20270d7054b4f5336e0e488bb24')
options=("!strip")
build(){