summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2019-10-03 09:05:16 -0400
committerDavid Birks2019-10-03 09:05:16 -0400
commit32f071093519cbb0dc01786333422cb08f2a88d5 (patch)
tree495a81a3f015fc7d49bd31cd88245ad0e86f7564 /PKGBUILD
parent88f11c54efb4fb819d73c4169b48a35bee1bcff7 (diff)
downloadaur-32f071093519cbb0dc01786333422cb08f2a88d5.tar.gz
Update to 4.4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d45f3d9fde5..501efcf8adb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname=mkdocs-material
-pkgver=4.4.2
+pkgver=4.4.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=('182897def32c900bdec27b73254755abea8382694a459281c73bea0e6c615b82')
+sha256sums=('72ee02d5a45fb2cfc008677866eb5e4edd482a0ef55123feb452c3146a851d9e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"