summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2018-08-02 13:13:19 +0300
committerasm0dey2018-08-02 13:13:19 +0300
commit80c4933d65f712e07e9530ea38d5b2f89fa3fef8 (patch)
tree7e4b3194f135648e836df5e52049f0fa3d1a7f5b
parent4ab35e91a24966bb4ab49c10381df4c01cf7015f (diff)
downloadaur-80c4933d65f712e07e9530ea38d5b2f89fa3fef8.tar.gz
Updates requirement on pgspecial
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 031c60ae612f..1c4d575a4db6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pgcli
pkgdesc = a command line interface for Postgres with auto-completion and syntax highlighting
pkgver = 1.10.3
- pkgrel = 1
+ pkgrel = 2
url = http://pgcli.com/
arch = any
license = BSD
@@ -13,7 +13,7 @@ pkgbase = pgcli
depends = python-prompt_toolkit
depends = python-humanize
depends = python-configobj
- depends = python-pgspecial>=1.9.0
+ depends = python-pgspecial>=1.11.2
depends = python-setproctitle
depends = python-cli_helpers
depends = python-keyring
diff --git a/PKGBUILD b/PKGBUILD
index a41a2843aa09..23ef024013a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pgcli
pkgver=1.10.3
-pkgrel=1
+pkgrel=2
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' 'python-keyring' 'python-dbus')
+depends=('python' 'python-sqlparse' 'python-psycopg2' 'python-click' 'python-prompt_toolkit' 'python-humanize' 'python-configobj' 'python-pgspecial>=1.11.2' 'python-setproctitle' 'python-cli_helpers' 'python-keyring' 'python-dbus')
makedepends=('python-distribute')
source=($pkgname-$pkgver.zip::https://github.com/dbcli/pgcli/archive/v$pkgver.zip)
provides=('pgcli')