summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-06-09 22:08:44 +0200
committerAlphaJack2021-06-09 22:08:44 +0200
commitcbabd628cc64b20906c32701b6d631ed0b569a32 (patch)
tree1bee7f60c1d2b6afc519bc20f7af5b014c392a5d
parent7ac83b1baee71323f3d133531a3a99efaa112fff (diff)
downloadaur-cbabd628cc64b20906c32701b6d631ed0b569a32.tar.gz
Adopted package, added conflict with python-mkdocs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b23fcc94b40e..d580c0bcad75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mkdocs
pkgdesc = Project documentation with Markdown.
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.mkdocs.org
arch = any
license = BSD
@@ -14,6 +14,8 @@ pkgbase = mkdocs
depends = python-tornado>=5.1.1
depends = python-mdx-gh-links>=0.2
depends = python-lunr>=0.5.2
+ provides = mkdocs
+ conflicts = python-mkdocs
source = https://files.pythonhosted.org/packages/source/m/mkdocs/mkdocs-1.1.2.tar.gz
source = mkdocs.bash_completion
sha256sums = f0b61e5402b99d7789efa032c7a74c90a20220a9c81749da06dbfbcbd52ffb39
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"