summarylogtreecommitdiffstats
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
parent0e8d93b06e8471af16793e1c12357c706113269e (diff)
downloadaur-fb9a8b18a23c5ead13c92e5a4d1ff25e143f8437.tar.gz
fix deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8af831576c31..ef460d38f676 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = python-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 = python-setuptools
depends = python
+ depends = python-sigtools
+ depends = python-six
source = http://pypi.python.org/packages/source/c/clize/clize-3.0.tar.gz
sha256sums = 158e3251106fa9c2dfe414a3fea0c07eecb15b5be6ddf68a7cf73402081c79f6
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')