summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-05-18 15:55:10 -0400
committerDavid Birks2020-05-18 15:55:13 -0400
commit89edff44d15ba612e662bad6d6a4ac24d074b3fc (patch)
tree2975b6d75a73dda350da905cc2460e96a31604c4 /PKGBUILD
parent32bf1978ed371d630e10ffacc4ef25a0fdbdf7f4 (diff)
downloadaur-89edff44d15ba612e662bad6d6a4ac24d074b3fc.tar.gz
Update to 5.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9edad38e185..ff5577124159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname=mkdocs-material
-pkgver=5.1.6
+pkgver=5.2.0
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=('f6d543ff577e4dc380b82f758e5da1345e01889d6333207340a21f71b31af109')
+sha256sums=('b576a8d98ec8bed79f5a4ef7957fec0d3ff95d74156ea533e41fd56c93ae5a84')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"