summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-01-09 00:27:33 +0100
committerAlphaJack2023-01-09 00:27:33 +0100
commit01ce96c1ceaf8a162d6afa9461d9b11046a028d5 (patch)
tree033f65fae156b216324f72d5b4ff4adb5d9954e9 /PKGBUILD
parent34c30f0e5504891586787bfc1e418e5674298030 (diff)
downloadaur-01ce96c1ceaf8a162d6afa9461d9b11046a028d5.tar.gz
Updated mkdocs-material to 9.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f2c582658a7..a856210b96ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=9.0.2
+pkgver=9.0.3
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=('bf2c018f0313b4ab5de9485e6fa98e58a78c571e330ecd2b292f3a363f55786c')
+sha256sums=('a372b265931cc9fd16de906110e3b1e102a497e5af1ba458676723e562d604a5')
options=("!strip")
build(){