summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce5f0eb35a40..e32cf7a63d89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,16 @@
-# Maintainer: D. Can Celasun <can[at]dcc[dot]im>
+# Maintainer: AlphaJack <alphajack at tuta dot io>
+# Contributor: D. Can Celasun <can[at]dcc[dot]im>
# Contributor: Carl George < arch at cgtx dot us >
-pkgname=mkdocs
+pkgname="mkdocs"
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Project documentation with Markdown."
arch=("any")
url="http://www.mkdocs.org"
license=("BSD")
+provides=("mkdocs")
+conflicts=("python-mkdocs")
makedepends=("python-setuptools")
depends=(
"python-click>=7.0"