summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorForud Ghafouri2021-09-06 20:48:41 +0200
committerForud Ghafouri2021-09-06 20:48:41 +0200
commit64f6e2f038d1b76824f028ad0475cddaf2817db0 (patch)
tree6e9905718514a210d7497f500c7f9054c18e0a5b /PKGBUILD
parentbfbecd542fd7e9af8d4316bc83ca24a7eed26f17 (diff)
downloadaur-64f6e2f038d1b76824f028ad0475cddaf2817db0.tar.gz
BUMP
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fb1687f48d3..4063f895c62e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli-git
-pkgver=v3.1.0.r5.g000102ef
+pkgver=v3.2.0.r1.gc6549571
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.9.0' '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' 'python-pendulum')
optdepends=('python-keyring: using keyring for saving password')
makedepends=('python-distribute')
source=("git://github.com/amjith/pgcli.git")