summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2018-09-05 23:43:32 +0300
committerasm0dey2018-09-05 23:43:32 +0300
commit5fd7b07aa9008d878bcc6c4a0021df23a9d6cc80 (patch)
treea15e564f64fc08c4e176f1f0dd2c35d831c05cfe
parent9d6c5ee320ccd5e1698a5a69515bf73143141ba1 (diff)
downloadaur-5fd7b07aa9008d878bcc6c4a0021df23a9d6cc80.tar.gz
Fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cd823c8aebb..cb50bcc54727 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 = 3
+ pkgrel = 4
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>1.0.2
+ depends = python-cli_helpers>=1.0.2
depends = python-keyring
depends = python-dbus
provides = pgcli
diff --git a/PKGBUILD b/PKGBUILD
index 8b74253197a3..dcf0d2ab8ae5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pgcli
pkgver=1.10.3
-pkgrel=3
+pkgrel=4
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>1.0.2' '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')