summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-04-13 09:49:23 -0400
committerDavid Birks2020-04-13 09:49:23 -0400
commitd77b60693ab72fa52d3245c4c2b3e87254c90a63 (patch)
tree8151c7dd08c596579514cc4dbbb5bb6f9fbae0d4 /PKGBUILD
parent400395e051b628239934d5adbef570ea75580419 (diff)
downloadaur-d77b60693ab72fa52d3245c4c2b3e87254c90a63.tar.gz
Update to 5.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b2d9bcd2e77..e5b3875e04c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname=mkdocs-material
-pkgver=5.0.2
+pkgver=5.1.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=('e480a78ef7aa2567875dbae9cac46e329ee8e4bf3ded7d658ce180beccdde044')
+sha256sums=('8414665d693e5c7631549594e884af1c4282111030c11a77b7572fed05cfd82c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"