summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')