summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrançois Boulogne2015-10-04 09:07:30 +0200
committerFrançois Boulogne2015-10-04 09:07:30 +0200
commit935d0c6a26c454c552020c7079fb8c73d16104f0 (patch)
tree07d52ff16fa55bb9119194cd48841b2e34ddcdb2 /PKGBUILD
parent1339d57c00bf48fa1cb983eb3f2bf3fe088977ce (diff)
downloadaur-python2-clize.tar.gz
update deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a6d0541780e..97686f67b2a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python2-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=('python2' 'python2-sigtools')
+depends=('python2' 'python2-sigtools' 'python2-six')
+makedepends=('python2-setuptools')
source=(http://pypi.python.org/packages/source/c/clize/clize-${pkgver}.tar.gz)
sha256sums=('158e3251106fa9c2dfe414a3fea0c07eecb15b5be6ddf68a7cf73402081c79f6')