summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Willemse2016-02-14 01:00:29 +0100
committerTom Willemse2016-02-14 01:00:29 +0100
commit09176e6a181d0fe174ee3b8fb7d4e4cf1827267b (patch)
treec2c1021873e8f6df671106ae9c368425b2cbdc2a
parentff7f4b35cd5bc9017120fb1e2647100e5809e0bb (diff)
downloadaur-09176e6a181d0fe174ee3b8fb7d4e4cf1827267b.tar.gz
Add optional dependency on python-ansicolors
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f692251b41f..4647e9351a56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@ _python=python
_name=wdocker
pkgname=$_python-wdocker-git
-pkgver=21
+pkgver=32
pkgrel=1
pkgdesc='Define docker commands in your Dockerfile'
depends=('python')
makedepends=('git')
+optdepends=('python-ansicolors: colored output')
arch=('any')
source=("git://github.com/babab/${_name}.git")
url='http://pypi.python.org/pypi/wdocker'