summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadim Sückr2020-01-13 00:14:10 +0100
committerRadim Sückr2020-01-13 00:14:10 +0100
commit7ab2fb6cdba5c5e09dd20cc256ee2dbf99f38087 (patch)
treef3dbe0ee60549df74f04f0c13f8d69b76313d4f1
parentc5a298f7d08bf7a13acc13c0364724d3d51cf076 (diff)
downloadaur-7ab2fb6cdba5c5e09dd20cc256ee2dbf99f38087.tar.gz
Depend on python-hosts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b60eb7fb257..97252e64fc46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = developers-chamber
pkgdesc = Python developers utility library
pkgver = 0.0.25
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/druids/developers-chamber
arch = any
license = MIT
@@ -13,6 +13,7 @@ pkgbase = developers-chamber
depends = python-gitpython
depends = python-requests
depends = python-click-completion
+ depends = python-hosts
source = git+https://github.com/druids/developers-chamber.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 957aab3c2e85..0f6ec8784932 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=developers-chamber
pkgver=0.0.25
-pkgrel=1
+pkgrel=2
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')
+depends=('python' 'python-boto3' 'python-docker' 'python-click' 'python-gitpython' 'python-requests' 'python-click-completion' 'python-hosts')
makedepends=('python-setuptools')
source=('git+https://github.com/druids/developers-chamber.git')
sha512sums=('SKIP')