summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2019-06-18 23:28:23 -0400
committerDavid Birks2019-06-18 23:28:23 -0400
commit79d103143eb13c31a207a99280e3015cb3901ef3 (patch)
tree759c02cd36d824f977e82e3bbd18ebfe3a74fab8 /PKGBUILD
parentd46d4da03646f2934206609c3aa6027ba5b21a9d (diff)
downloadaur-79d103143eb13c31a207a99280e3015cb3901ef3.tar.gz
Update to 4.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbaa54576a3e..5282b7adb42a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname=mkdocs-material
-pkgver=4.3.1
+pkgver=4.4.0
pkgrel=1
pkgdesc="Material design theme for MkDocs"
arch=("any")
@@ -13,7 +13,7 @@ license=("MIT")
depends=("mkdocs" "python-pygments" "pymdown-extensions")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz::https://github.com/squidfunk/mkdocs-material/archive/$pkgver.tar.gz")
-sha256sums=('af414e8cb52c4c599cb6997d96359cb62a06ebc3745f8faab182610eacbcdfb8')
+sha256sums=('0e1a7cc75a5e384697d9c70d49866e97c98e3816056af8682d77c6595f0eb704')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"