summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfzerorubigd2018-12-12 10:30:54 +0100
committerfzerorubigd2018-12-12 10:31:49 +0100
commit41f2e081d978b7fbfa55cb8c7c2520b5b830cff9 (patch)
tree190e6813b866c9bba7955abb45fb377993483745
parentad727d55bbd1754f7ee61e764366579537289828 (diff)
downloadaur-41f2e081d978b7fbfa55cb8c7c2520b5b830cff9.tar.gz
remove keyring from dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf431a96ad11..534b8b286d1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pgcli-git
pkgdesc = a command line interface for Postgres with auto-completion and syntax highlighting
- pkgver = v1.10.0.r2.g1f98ce9
+ pkgver = v2.0.1.r5.g9494ef70
pkgrel = 1
url = http://pgcli.com/
arch = any
@@ -16,7 +16,7 @@ pkgbase = pgcli-git
depends = python-pgspecial>=1.9.0
depends = python-setproctitle
depends = python-cli_helpers
- depends = python-keyring
+ optdepends = python-keyring: using keyring for saving password
provides = pgcli
conflicts = pgcli
source = git://github.com/amjith/pgcli.git
diff --git a/PKGBUILD b/PKGBUILD
index 611c62a768d4..90c1cf51d983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=pgcli-git
-pkgver=v1.10.0.r2.g1f98ce9
+pkgver=v2.0.1.r5.g9494ef70
pkgrel=1
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')
+optdepends=('python-keyring: using keyring for saving password')
makedepends=('python-distribute')
source=("git://github.com/amjith/pgcli.git")
md5sums=('SKIP')