summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Birks2019-07-24 12:57:55 -0400
committerDavid Birks2019-07-24 12:58:53 -0400
commitd01899f1ea3ac443484708db564853d7af9f4fda (patch)
treec85473e9e6a79d4cbaae5e11e4ab17826968bda8 /PKGBUILD
parent79d103143eb13c31a207a99280e3015cb3901ef3 (diff)
downloadaur-d01899f1ea3ac443484708db564853d7af9f4fda.tar.gz
Add python-mkdocs-minify-plugin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5282b7adb42a..ec6f6f09f4bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Mikkel Oscar Lyderik Larsen <m@moscar.net>
-# Co-maintainer: David Birks <david@tellus.space>
+# Maintainer: David Birks <david@tellus.space>
# Contributor: Jacqueline Outka <joutka@vyvygen.org>
# Contributor: Abuzer Rafey <arafey@vyvygen.org>
pkgname=mkdocs-material
pkgver=4.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Material design theme for MkDocs"
arch=("any")
url="http://squidfunk.github.io/mkdocs-material/"
license=("MIT")
-depends=("mkdocs" "python-pygments" "pymdown-extensions")
+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=('0e1a7cc75a5e384697d9c70d49866e97c98e3816056af8682d77c6595f0eb704')