summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2018-07-26 12:34:44 +0300
committerasm0dey2018-07-26 12:34:44 +0300
commit22949995d0a4d4fdf10cafe7b452bb7229b50498 (patch)
tree0301538a7bafead2ae96e6bc393b80898225e844
parent24e771c6383308563f87d5d730e73b3bb734748b (diff)
downloadaur-22949995d0a4d4fdf10cafe7b452bb7229b50498.tar.gz
Adds python-dbus
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caf1cf2bef53..7babc142a9e2 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.2
- pkgrel = 2
+ pkgrel = 3
url = http://pgcli.com/
arch = any
license = BSD
@@ -17,6 +17,7 @@ pkgbase = pgcli
depends = python-setproctitle
depends = python-cli_helpers
depends = python-keyring
+ depends = python-dbus
provides = pgcli
conflicts = pgcli-git
source = pgcli-1.10.2.zip::https://github.com/dbcli/pgcli/archive/v1.10.2.zip
diff --git a/PKGBUILD b/PKGBUILD
index e3a5d2604e3e..61cb5e87e278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,17 @@
pkgname=pgcli
pkgver=1.10.2
-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.9.0' 'python-setproctitle' 'python-cli_helpers' 'python-keyring')
+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')
makedepends=('python-distribute')
source=($pkgname-$pkgver.zip::https://github.com/dbcli/pgcli/archive/v$pkgver.zip)
provides=('pgcli')
conflicts=('pgcli-git')
+md5sums=('490e5e3091171d5e94605fa4509d873d')
package() {
cd "$srcdir/pgcli-${pkgver}"
@@ -20,4 +21,3 @@ package() {
mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
cp LICENSE.txt "$_/LICENSE"
}
-md5sums=('490e5e3091171d5e94605fa4509d873d')