summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2019-11-16 16:34:57 -0500
committerDavid Birks2019-11-16 16:34:57 -0500
commit31d7f50b4f81df87e147abdae59da9848310de94 (patch)
tree9c86d03f496912f403848071044eedc4b55aae4e /PKGBUILD
parent32f071093519cbb0dc01786333422cb08f2a88d5 (diff)
downloadaur-31d7f50b4f81df87e147abdae59da9848310de94.tar.gz
Update to 4.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 501efcf8adb7..f06646fa4d82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname=mkdocs-material
-pkgver=4.4.3
+pkgver=4.5.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=('72ee02d5a45fb2cfc008677866eb5e4edd482a0ef55123feb452c3146a851d9e')
+sha256sums=('f3aa6f9d99977bd64b85c1873c242f14d00d72b9bda27185f29f386f5f1e13dc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"