summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorasm0dey2018-10-09 08:46:59 +0300
committerasm0dey2018-10-09 08:46:59 +0300
commit4365565506ee7f15b964d6d5e21d2c934948bb7c (patch)
tree26a11dc922514dbc769c98d6e6f2bbbcaed52edd /PKGBUILD
parent5fd7b07aa9008d878bcc6c4a0021df23a9d6cc80 (diff)
downloadaur-4365565506ee7f15b964d6d5e21d2c934948bb7c.tar.gz
Version 2.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dcf0d2ab8ae5..af107bbad84c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli
-pkgver=1.10.3
+pkgver=2.0.0
pkgrel=4
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>=1.0.2' 'python-keyring' 'python-dbus')
+depends=('python' 'python-sqlparse' 'python-psycopg2' 'python-click' 'python-prompt_toolkit' 'python-humanize>=0.5.1' 'python-configobj>=5.0.6' 'python-pgspecial>=1.11.2' 'python-setproctitle' 'python-cli_helpers>=1.0.1' 'python-keyring' 'python-dbus' 'python-pygments')
makedepends=('python-distribute')
source=($pkgname-$pkgver.zip::https://github.com/dbcli/pgcli/archive/v$pkgver.zip)
provides=('pgcli')
conflicts=('pgcli-git')
-md5sums=('269854a72c13efd446a8d258a1d1246c')
+md5sums=('4803b0fa3a89acb12a8f547eccad47b3')
package() {
cd "$srcdir/pgcli-${pkgver}"