summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfzerorubigd2017-07-17 09:39:24 +0430
committerfzerorubigd2017-07-17 09:39:24 +0430
commitc9a9b47482736ac6c1e41eabb1523667bbee9ac9 (patch)
tree732602668bd56af320ad6da088a3bd131a939c33
parente85f9e9d5dbef2e9cc3ba6ef6e809b52fbb5d41d (diff)
downloadaur-c9a9b47482736ac6c1e41eabb1523667bbee9ac9.tar.gz
update dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b494684a78d..250c55d1b7b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = python-cli_helpers
arch = any
license = BSD
depends = python
+ depends = python-backports.csv
+ depends = python-terminaltables
provides = python-cli_helpers
options = !emptydirs
source = python-cli_helpers-0.2.2.zip::https://github.com/dbcli/cli_helpers/archive/v0.2.2.zip
diff --git a/PKGBUILD b/PKGBUILD
index 8268ab4abae4..160e53a201eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/dbcli/cli_helpers"
license=('BSD')
groups=()
-depends=('python')
+depends=('python' 'python-backports.csv' 'python-terminaltables')
provides=('python-cli_helpers')
options=(!emptydirs)
source=($pkgname-$pkgver.zip::https://github.com/dbcli/cli_helpers/archive/v${pkgver}.zip)