summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-04-07 16:41:46 -0400
committerDavid Birks2020-04-07 16:41:46 -0400
commitc7e82bc6620e22d201b11116e821b110d35bdfcd (patch)
treed80df2f48fc1464a35cf8ce7ed7095f4d4e63289 /PKGBUILD
parentbf57d9d09e302aae12874531cfa45108caf7f5c9 (diff)
downloadaur-c7e82bc6620e22d201b11116e821b110d35bdfcd.tar.gz
Update to 5.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93a825d6383d..fd727705c87f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname=mkdocs-material
-pkgver=5.0.0
+pkgver=5.0.1
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=('76e86d10c1f706600c0767a3dfda63ef64e89d5001b390d409f5aa3b45dd896b')
+sha256sums=('d71832153dd0ed6a097f730ab3d8597df4e8560b1ea39d68723a7da80cbcb671')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"