summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2018-09-05 23:41:37 +0300
committerasm0dey2018-09-05 23:41:37 +0300
commit9d6c5ee320ccd5e1698a5a69515bf73143141ba1 (patch)
tree0d8ee0926ce22b382aabf24d2c0b9aea97d6fb5e
parent80c4933d65f712e07e9530ea38d5b2f89fa3fef8 (diff)
downloadaur-9d6c5ee320ccd5e1698a5a69515bf73143141ba1.tar.gz
Updates version of python-cli_helpers
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c4d575a4db6..6cd823c8aebb 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 = 2
+ pkgrel = 3
url = http://pgcli.com/
arch = any
license = BSD
@@ -15,7 +15,7 @@ pkgbase = pgcli
depends = python-configobj
depends = python-pgspecial>=1.11.2
depends = python-setproctitle
- depends = python-cli_helpers
+ depends = python-cli_helpers>1.0.2
depends = python-keyring
depends = python-dbus
provides = pgcli
diff --git a/PKGBUILD b/PKGBUILD
index 23ef024013a1..8b74253197a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pgcli
pkgver=1.10.3
-pkgrel=2
+pkgrel=3
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.11.2' '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>1.0.2' 'python-keyring' 'python-dbus')
makedepends=('python-distribute')
source=($pkgname-$pkgver.zip::https://github.com/dbcli/pgcli/archive/v$pkgver.zip)
provides=('pgcli')