summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrançois Boulogne2015-10-04 09:06:13 +0200
committerFrançois Boulogne2015-10-04 09:06:13 +0200
commitfb9a8b18a23c5ead13c92e5a4d1ff25e143f8437 (patch)
tree59c117046caa57bde9fa6ec85fca9e6416aa6003 /PKGBUILD
parent0e8d93b06e8471af16793e1c12357c706113269e (diff)
downloadaur-fb9a8b18a23c5ead13c92e5a4d1ff25e143f8437.tar.gz
fix deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b86f5e848b2c..071c1bb3afa6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-clize
pkgver=3.0
-pkgrel=1
+pkgrel=2
pkgdesc="This decorator will turn your normal python functions into proper shell commands"
arch=('any')
url="https://pypi.python.org/pypi/clize/"
license=('MIT')
-depends=('python')
+depends=('python' 'python-sigtools' 'python-six')
+makedepends=('python-setuptools')
source=(http://pypi.python.org/packages/source/c/clize/clize-${pkgver}.tar.gz)
sha256sums=('158e3251106fa9c2dfe414a3fea0c07eecb15b5be6ddf68a7cf73402081c79f6')