summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e403ac80a24..4f46b20dabd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname="mkdocs-material"
-pkgver=8.5.3
-pkgrel=2
+pkgver=8.5.4
+pkgrel=1
pkgdesc="Material design theme for MkDocs"
url="http://squidfunk.github.io/mkdocs-material/"
license=("MIT")
@@ -22,7 +22,7 @@ depends=("mkdocs"
"python-pygments")
makedepends=("python-build" "python-installer")
source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz")
-sha256sums=('3fadc271bb3d00138d14bb2d8c2970ef3f4ff7ca49ac0cb2a06dbe6f146f4f82')
+sha256sums=('2dc22aa29de579fc3da89172f5d31b5bec2c91705b264cbb49cb05cf1ea48cb9')
options=("!strip")
build(){