summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfzerorubigd2017-08-03 21:53:54 +0430
committerfzerorubigd2017-08-03 21:53:54 +0430
commit208768c99ce7e9872f5209dc1627ea278d3fa934 (patch)
treeb56dc4c8391c96aa9f067224affec935cb1bc726
parent0dbc408d9064379011ff2bf787b808b8652f19b1 (diff)
downloadaur-208768c99ce7e9872f5209dc1627ea278d3fa934.tar.gz
add new dependenises
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32a78505c9c7..2eee0653dbd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pgcli-git
pkgdesc = a command line interface for Postgres with auto-completion and syntax highlighting
- pkgver = v1.1.0.r0.gaf46609
+ pkgver = v1.7.0.r32.g9d59fa5
pkgrel = 1
url = http://pgcli.com/
arch = any
@@ -14,6 +14,8 @@ pkgbase = pgcli-git
depends = python-humanize
depends = python-configobj
depends = python-pgspecial
+ depends = python-setproctitle
+ depends = python-cli_helpers
provides = pgcli
conflicts = pgcli
source = git://github.com/amjith/pgcli.git
diff --git a/PKGBUILD b/PKGBUILD
index 04e7705e0e63..d4033ac899e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli-git
-pkgver=v1.1.0.r0.gaf46609
+pkgver=v1.7.0.r32.g9d59fa5
pkgrel=1
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' )
+depends=('python' 'python-sqlparse' 'python-psycopg2' 'python-click' 'python-prompt_toolkit' 'python-humanize' 'python-configobj' 'python-pgspecial' 'python-setproctitle' 'python-cli_helpers')
makedepends=('python-distribute')
source=("git://github.com/amjith/pgcli.git")
md5sums=('SKIP')