summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-06-20 22:00:10 -0400
committerDavid Birks2020-06-20 22:00:10 -0400
commitffb161cb603f1e4407eaca1c12d2efd67cf1dd4f (patch)
treeee4937a54c152a50a0b7c5d1a77852462d31a981 /PKGBUILD
parent58423227a6fb9e68db0debe67f3cc6f01ac763d1 (diff)
downloadaur-ffb161cb603f1e4407eaca1c12d2efd67cf1dd4f.tar.gz
Update to 5.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3516bb9477c3..edb24ced0431 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname=mkdocs-material
-pkgver=5.3.0
+pkgver=5.3.1
pkgrel=1
pkgdesc="Material design theme for MkDocs"
arch=("any")
@@ -13,7 +13,7 @@ license=("MIT")
depends=("mkdocs" "python-pygments" "pymdown-extensions" "python-mkdocs-minify-plugin")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz")
-sha256sums=('0dad66239abcc8c03d59fa5b02c9ac078d50bd38dd8ce8b91f9263ae525c0167')
+sha256sums=('ac9ff654000c89faadf81321e7f981e944e4927d2525de87d9d1ad0ad5b0cc48')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"