summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-06-15 08:02:42 -0400
committerDavid Birks2020-06-15 08:02:42 -0400
commit58423227a6fb9e68db0debe67f3cc6f01ac763d1 (patch)
tree7e9131a3e520680ff65a95f7b1874397edd3b35e /PKGBUILD
parent8786bc28b67f37b51509abdc3be8ae143238ad47 (diff)
downloadaur-58423227a6fb9e68db0debe67f3cc6f01ac763d1.tar.gz
Update to 5.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7299cb8a00af..3516bb9477c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname=mkdocs-material
-pkgver=5.2.3
+pkgver=5.3.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=('3ee2c1b311b1e8921428341aca84cb6d33245745761ba051fefce32c9b5ece65')
+sha256sums=('0dad66239abcc8c03d59fa5b02c9ac078d50bd38dd8ce8b91f9263ae525c0167')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"