summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfzerorubigd2017-07-17 09:42:23 +0430
committerfzerorubigd2017-07-17 09:42:23 +0430
commit7474b5b99d42b66a049096c6af308e76d8ff8d2d (patch)
tree2165a5a45535d9eb9545ffd88931eda8abce6984 /PKGBUILD
parentf8748424b157fbb83434f36eae228bfdaac55c18 (diff)
downloadaur-7474b5b99d42b66a049096c6af308e76d8ff8d2d.tar.gz
bump to 1.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7c6e806fec1..865eb5d7dd89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli
-pkgver=1.6.0
+pkgver=1.7.0
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>=1.8.0' 'python-setproctitle')
+depends=('python' 'python-sqlparse' 'python-psycopg2' 'python-click' 'python-prompt_toolkit' 'python-humanize' 'python-configobj' 'python-pgspecial>=1.8.0' 'python-setproctitle' 'python-cli_helpers')
makedepends=('python-distribute')
source=($pkgname-$pkgver.zip::https://github.com/dbcli/pgcli/archive/v$pkgver.zip)
provides=('pgcli')
@@ -19,4 +19,4 @@ package() {
python setup.py install --root=$pkgdir/ --optimize=1
}
-md5sums=('303fee9979b92a5ec109d7192e16b834')
+md5sums=('6c930d5740fb6a2d84f68c5dd67c0256')