summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-04-10 09:18:27 -0400
committerDavid Birks2020-04-10 09:18:27 -0400
commit400395e051b628239934d5adbef570ea75580419 (patch)
treed0761acb0cffc602864f9b12547f5f52d07d0672 /PKGBUILD
parentc7e82bc6620e22d201b11116e821b110d35bdfcd (diff)
downloadaur-400395e051b628239934d5adbef570ea75580419.tar.gz
Update to 5.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd727705c87f..3b2d9bcd2e77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname=mkdocs-material
-pkgver=5.0.1
+pkgver=5.0.2
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=('d71832153dd0ed6a097f730ab3d8597df4e8560b1ea39d68723a7da80cbcb671')
+sha256sums=('e480a78ef7aa2567875dbae9cac46e329ee8e4bf3ded7d658ce180beccdde044')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"