summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRadim Sückr2020-01-13 00:16:26 +0100
committerRadim Sückr2020-01-13 00:16:26 +0100
commit979500314e7952ded8830f78b1762a640a435c7e (patch)
tree3f96ba9382bbe3c682d79c8737bb6f5dfa19d95c /PKGBUILD
parent7ab2fb6cdba5c5e09dd20cc256ee2dbf99f38087 (diff)
downloadaur-979500314e7952ded8830f78b1762a640a435c7e.tar.gz
Depend on python-coloredlogs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f6ec8784932..67babab73d66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=developers-chamber
pkgver=0.0.25
-pkgrel=2
+pkgrel=3
pkgdesc='Python developers utility library'
arch=('any')
url='https://github.com/druids/developers-chamber'
license=('MIT')
-depends=('python' 'python-boto3' 'python-docker' 'python-click' 'python-gitpython' 'python-requests' 'python-click-completion' 'python-hosts')
+depends=('python' 'python-boto3' 'python-docker' 'python-click' 'python-gitpython' 'python-requests' 'python-click-completion' 'python-hosts' 'python-coloredlogs')
makedepends=('python-setuptools')
source=('git+https://github.com/druids/developers-chamber.git')
sha512sums=('SKIP')