summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2022-06-02 19:49:58 +0200
committerAlphaJack2022-06-02 19:49:58 +0200
commitb1cb456bc51bc8de4772e3ef1abaee456a4cca85 (patch)
tree87ce07fde4b69952eedc5b64233fb4f1ae2798aa /PKGBUILD
parentf0beb57871cf265f2c797f0ab63c3e576e86ba69 (diff)
downloadaur-b1cb456bc51bc8de4772e3ef1abaee456a4cca85.tar.gz
Updated mkdocs-material to 8.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 394c152b5fee..b968c5cdbfd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=8.2.16
+pkgver=8.3.0
pkgrel=1
pkgdesc="Material design theme for MkDocs"
url="http://squidfunk.github.io/mkdocs-material/"
@@ -16,7 +16,7 @@ replaces=("python-mkdocs-material")
depends=("mkdocs" "pymdown-extensions" "python-pygments" "mkdocs-minify-plugin" "mkdocs-material-extensions")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz")
-sha256sums=('229c431e59995f2eef3f8409dacfdcafc41cc3cb51be318a26f691dd02fd16e7')
+sha256sums=('b75efb84849cf4f6418f41e52dcff9edcf1810691e911e94928c762a8ae67afd')
options=("!strip")
build(){