summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfzerorubigd2015-09-20 22:10:55 +0430
committerfzerorubigd2015-09-20 22:10:55 +0430
commit0bdbcd9135f4c48f64e5295d4d801b24354f80ba (patch)
treefc5079113020aeae4ac59c1f19250c6c08e54899 /PKGBUILD
parent2a67b5c1786c952390cf7024cef0067947c0def5 (diff)
downloadaur-0bdbcd9135f4c48f64e5295d4d801b24354f80ba.tar.gz
update dependency list, bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc4be99d60a7..b301c7c08baa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli-git
-pkgver=v0.17.0.r21.g6a40c7d
+pkgver=v0.19.2.r24.gd6897a7
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')
+depends=('python' 'python-sqlparse' 'python-psycopg2' 'python-click' 'python-prompt_toolkit')
makedepends=('python-distribute')
source=("git://github.com/amjith/pgcli.git")
md5sums=('SKIP')