summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfzerorubigd2017-12-23 10:35:31 +0330
committerfzerorubigd2017-12-23 10:35:31 +0330
commit0e73341b9720c2822a8b59eba760f7b32ad40bf2 (patch)
treef49702074e27f217ef78dcc318270dbb887168a0 /PKGBUILD
parent1b412e0d802df52e001a12146c941f4a4ddfb78d (diff)
downloadaur-0e73341b9720c2822a8b59eba760f7b32ad40bf2.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9dc1fc30db0..62b9bc4c35c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli-git
-pkgver=v1.8.1.r25.g5f88e8a
+pkgver=v1.8.2.r2.g22773b8
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' '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')
makedepends=('python-distribute')
source=("git://github.com/amjith/pgcli.git")
md5sums=('SKIP')