summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorasm0dey2018-09-05 23:41:37 +0300
committerasm0dey2018-09-05 23:41:37 +0300
commit9d6c5ee320ccd5e1698a5a69515bf73143141ba1 (patch)
tree0d8ee0926ce22b382aabf24d2c0b9aea97d6fb5e /PKGBUILD
parent80c4933d65f712e07e9530ea38d5b2f89fa3fef8 (diff)
downloadaur-9d6c5ee320ccd5e1698a5a69515bf73143141ba1.tar.gz
Updates version of python-cli_helpers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23ef024013a1..8b74253197a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pgcli
pkgver=1.10.3
-pkgrel=2
+pkgrel=3
pkgdesc="a command line interface for Postgres with auto-completion and syntax highlighting"
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.11.2' 'python-setproctitle' 'python-cli_helpers' 'python-keyring' 'python-dbus')
+depends=('python' 'python-sqlparse' 'python-psycopg2' 'python-click' 'python-prompt_toolkit' 'python-humanize' 'python-configobj' 'python-pgspecial>=1.11.2' 'python-setproctitle' 'python-cli_helpers>1.0.2' 'python-keyring' 'python-dbus')
makedepends=('python-distribute')
source=($pkgname-$pkgver.zip::https://github.com/dbcli/pgcli/archive/v$pkgver.zip)
provides=('pgcli')