summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorForud Ghafouri2022-02-27 13:28:40 +0100
committerForud Ghafouri2022-02-27 13:29:00 +0100
commita060cb02232da0e40383f34d0e8fb14aa27cee1d (patch)
tree85bc323a812dc7842f49651a7f2e063c411745f3 /PKGBUILD
parent64f6e2f038d1b76824f028ad0475cddaf2817db0 (diff)
downloadaur-a060cb02232da0e40383f34d0e8fb14aa27cee1d.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 4063f895c62e..1f1b76d9cabd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli-git
-pkgver=v3.2.0.r1.gc6549571
+pkgver=v3.4.0.r1.g25eb9f54
pkgrel=1
pkgdesc="a command line interface for Postgres with auto-completion and syntax highlighting"
url="http://pgcli.com/"
@@ -11,7 +11,7 @@ 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' 'python-pendulum')
optdepends=('python-keyring: using keyring for saving password')
makedepends=('python-distribute')
-source=("git://github.com/amjith/pgcli.git")
+source=("git+https://github.com/dbcli/pgcli.git")
md5sums=('SKIP')
provides=('pgcli')
conflicts=('pgcli')