summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2015-07-10 13:26:02 +0200
committerChris Warrick2015-07-10 13:26:02 +0200
commit57e3108ec92a5ad1c854815cab2329472fb1174a (patch)
tree73ce7981a0846e354649bb778035a59f878e116e /PKGBUILD
parent32abc2bca885a04f5326a79ad9a4cc38e0dcf4d4 (diff)
downloadaur-57e3108ec92a5ad1c854815cab2329472fb1174a.tar.gz
global makedepends
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a962f21512a..b1173caf0868 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc="Test your project's packaging friendliness"
arch=('any')
url='https://bitbucket.org/regebro/pyroma'
license=('MIT')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools'
+ 'python-docutils' 'python2-docutils')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
md5sums=('7490b824c1bf3713660746f06ed1c68b')