summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorForud Ghafouri2021-09-06 20:48:41 +0200
committerForud Ghafouri2021-09-06 20:48:41 +0200
commit64f6e2f038d1b76824f028ad0475cddaf2817db0 (patch)
tree6e9905718514a210d7497f500c7f9054c18e0a5b
parentbfbecd542fd7e9af8d4316bc83ca24a7eed26f17 (diff)
downloadaur-64f6e2f038d1b76824f028ad0475cddaf2817db0.tar.gz
BUMP
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93b34c3b7e91..0797c6a11362 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pgcli-git
pkgdesc = a command line interface for Postgres with auto-completion and syntax highlighting
- pkgver = v3.1.0.r5.g000102ef
+ pkgver = v3.2.0.r1.gc6549571
pkgrel = 1
url = http://pgcli.com/
arch = any
@@ -16,6 +16,7 @@ pkgbase = pgcli-git
depends = python-pgspecial>=1.9.0
depends = python-setproctitle
depends = python-cli_helpers
+ depends = python-pendulum
optdepends = python-keyring: using keyring for saving password
provides = pgcli
conflicts = pgcli
@@ -23,4 +24,3 @@ pkgbase = pgcli-git
md5sums = SKIP
pkgname = pgcli-git
-
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")