summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfzerorubigd2018-07-20 01:22:40 +0430
committerfzerorubigd2018-07-20 01:22:40 +0430
commitad727d55bbd1754f7ee61e764366579537289828 (patch)
treee43d8c7f214a4d173e4c40a4107ae2e6dea8405b /PKGBUILD
parent633c2e9e4387006836d3c01a9d2bec677e711527 (diff)
downloadaur-ad727d55bbd1754f7ee61e764366579537289828.tar.gz
add python-keyring
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1b663af1e30..611c62a768d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="a command line interface for Postgres with auto-completion and syntax h
url="http://pgcli.com/"
arch=(any)
license=('BSD')
-depends=('python' 'python-sqlparse' 'python-psycopg2' 'python-click' 'python-prompt_toolkit' 'python-humanize' 'python-configobj' 'python-pgspecial>=1.9.0' 'python-setproctitle' 'python-cli_helpers')
+depends=('python' 'python-sqlparse' 'python-psycopg2' 'python-click' 'python-prompt_toolkit' 'python-humanize' 'python-configobj' 'python-pgspecial>=1.9.0' 'python-setproctitle' 'python-cli_helpers' 'python-keyring')
makedepends=('python-distribute')
source=("git://github.com/amjith/pgcli.git")
md5sums=('SKIP')