summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-01-11 17:07:40 +0800
committerUniversebenzene2019-01-11 17:07:40 +0800
commita6c1cd7a036158af42cbdc810b411068f2e98600 (patch)
tree515d40a1e2d481256e22e60110ab0ae089986d58
parent8d0612b44794a11691af5be95e719842802bca72 (diff)
downloadaur-a6c1cd7a036158af42cbdc810b411068f2e98600.tar.gz
Add checkdepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60990e301ab0..2b9f27721ace 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Jan 8 12:12:21 UTC 2019
+# Fri Jan 11 09:04:16 UTC 2019
pkgbase = python-sphinx-click
pkgdesc = Sphinx extension that automatically documents click applications
pkgver = 1.4.1
pkgrel = 1
- url = https://github.com/click-contrib/sphinx-click
+ url = https://sphinx-click.readthedocs.io
arch = i686
arch = x86_64
license = MIT
checkdepends = python-coverage
checkdepends = python2-coverage
+ checkdepends = python2-sphinx
checkdepends = python-click-5.1
checkdepends = python2-click-5.1
makedepends = python-setuptools
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')