summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2df189320cbc..86c22572c649 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 = 2.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://pgcli.com/
arch = any
license = BSD
@@ -14,7 +14,7 @@ pkgbase = pgcli
depends = python-humanize>=0.5.1
depends = python-configobj>=5.0.6
depends = python-pgspecial>=1.11.5
- depends = python-setproctitle
+ depends = python-setproctitle>=1.1.9
depends = python-cli_helpers>=1.2.0
depends = python-keyring
depends = python-dbus
diff --git a/PKGBUILD b/PKGBUILD
index 2a9238dc957c..6b8b151e00d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pgcli
pkgver=2.2.0
-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>=0.3.0' 'python-psycopg2' 'python-click' 'python-prompt_toolkit' 'python-humanize>=0.5.1' 'python-configobj>=5.0.6' 'python-pgspecial>=1.11.5' 'python-setproctitle' 'python-cli_helpers>=1.2.0' 'python-keyring' 'python-dbus' 'python-pygments')
+depends=('python' 'python-sqlparse>=0.3.0' 'python-psycopg2' 'python-click' 'python-prompt_toolkit' 'python-humanize>=0.5.1' 'python-configobj>=5.0.6' 'python-pgspecial>=1.11.5' 'python-setproctitle>=1.1.9' 'python-cli_helpers>=1.2.0' 'python-keyring' 'python-dbus' 'python-pygments')
makedepends=('python-distribute')
source=($pkgname-$pkgver.zip::https://github.com/dbcli/pgcli/archive/v$pkgver.zip)
provides=('pgcli')