summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Warrick2015-07-10 13:18:25 +0200
committerChris Warrick2015-07-10 13:18:25 +0200
commit3d697b214ba5075bab2bf88b253de2e5d40fec4d (patch)
tree99bbd821334e7df6e1f93bfd16a8f69fd6ba7688 /PKGBUILD
parent5e93024c7b6af64ac71123e9b1709b8496b03ac1 (diff)
downloadaur-3d697b214ba5075bab2bf88b253de2e5d40fec4d.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 424ff5a32f66..9eab6052f841 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc='doit automation tool'
arch=('any')
url='http://pydoit.org/'
license=('MIT')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools'
+ 'python-pyinotify' 'python-six' 'python2-pyinotify' 'python2-six')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
"LICENSE")