summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b7943f27259..e5f32747e2e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = python2-clize
pkgdesc = This decorator will turn your normal python functions into proper shell commands
pkgver = 3.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/clize/
arch = any
license = MIT
+ makedepends = python2-setuptools
depends = python2
depends = python2-sigtools
+ depends = python2-six
source = http://pypi.python.org/packages/source/c/clize/clize-3.0.tar.gz
sha256sums = 158e3251106fa9c2dfe414a3fea0c07eecb15b5be6ddf68a7cf73402081c79f6
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')