summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2019-01-11 17:07:40 +0800
committerUniversebenzene2019-01-11 17:07:40 +0800
commita6c1cd7a036158af42cbdc810b411068f2e98600 (patch)
tree515d40a1e2d481256e22e60110ab0ae089986d58 /PKGBUILD
parent8d0612b44794a11691af5be95e719842802bca72 (diff)
downloadaur-a6c1cd7a036158af42cbdc810b411068f2e98600.tar.gz
Add checkdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c189c3d185d..2ebe8c0adf42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python2-${_pyname}" "python-${_pyname}-doc")
pkgver=1.4.1
pkgrel=1
-pkgdesc="https://sphinx-click.readthedocs.io"
+pkgdesc="Sphinx extension that automatically documents click applications"
arch=('i686' 'x86_64')
-url="https://github.com/click-contrib/sphinx-click"
+url="https://sphinx-click.readthedocs.io"
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools' 'python-sphinx')
-checkdepends=('python-coverage' 'python2-coverage' 'python-click-5.1' 'python2-click-5.1')
+checkdepends=('python-coverage' 'python2-coverage' 'python2-sphinx' 'python-click-5.1' 'python2-click-5.1')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('0c1d3c14d90f38cab7355098e61a6d75')