summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2020-04-07 11:10:04 -0400
committerDavid Birks2020-04-07 11:10:04 -0400
commitbf57d9d09e302aae12874531cfa45108caf7f5c9 (patch)
tree82ba7d00a48d5793e012c73b3fd53720493fda00 /PKGBUILD
parentd0bb7c57165eb885035d602556b5c4b841cc8ef6 (diff)
downloadaur-bf57d9d09e302aae12874531cfa45108caf7f5c9.tar.gz
Update to 5.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21d50499d6ab..93a825d6383d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname=mkdocs-material
-pkgver=4.6.3
+pkgver=5.0.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=('21086ce6fc2fdc972ead60f655fe5ded53223558708599a18e29f986003663f2')
+sha256sums=('76e86d10c1f706600c0767a3dfda63ef64e89d5001b390d409f5aa3b45dd896b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"