summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-04-27 12:45:48 -0400
committerDavid Birks2020-04-27 12:45:48 -0400
commitc576e77e866bb2efc1229779532c11ac00d439c9 (patch)
tree67e8eeff00d9c7cbda37505439400d1822491e1d /PKGBUILD
parent73acd747d792fd42c6a22a3c0e15757c45e95152 (diff)
downloadaur-c576e77e866bb2efc1229779532c11ac00d439c9.tar.gz
Update to 5.1.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dec7f24c0ce..892866417c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname=mkdocs-material
-pkgver=5.1.1
+pkgver=5.1.3
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=('fc6686a3ece70978c97a3131720873af382b0f8e97b5c4c9663d69b06cec2cd9')
+sha256sums=('8d9653d22784dfc3064fb34f3a6359b7b6a06d99682bbfbe577660f578a2a89f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"