summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorasm0dey2018-09-05 23:43:32 +0300
committerasm0dey2018-09-05 23:43:32 +0300
commit5fd7b07aa9008d878bcc6c4a0021df23a9d6cc80 (patch)
treea15e564f64fc08c4e176f1f0dd2c35d831c05cfe /PKGBUILD
parent9d6c5ee320ccd5e1698a5a69515bf73143141ba1 (diff)
downloadaur-5fd7b07aa9008d878bcc6c4a0021df23a9d6cc80.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')