Date: Friday, September 16, 2022 @ 01:55:50 Author: grawlinson Revision: 1303878
upgpkg: pgcli 3.5.0-1; new upstream release * New upstream release. * Replace dependency psycopg2 with psycopg. Modified: pgcli/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-16 01:55:01 UTC (rev 1303877) +++ PKGBUILD 2022-09-16 01:55:50 UTC (rev 1303878) @@ -4,8 +4,8 @@ # Contributor: Sven-Hendrik Haase <[email protected]> pkgname=pgcli -pkgver=3.4.1 -pkgrel=2 +pkgver=3.5.0 +pkgrel=1 pkgdesc='A command line interface for PostgreSQL with auto-completion and syntax highlighting' url='https://www.pgcli.com/' arch=('any') @@ -13,7 +13,7 @@ depends=( 'python' 'python-sqlparse' - 'python-psycopg2' + 'python-psycopg' 'python-click' 'python-prompt_toolkit' 'python-configobj' @@ -23,9 +23,10 @@ 'python-keyring' 'python-pygments' 'python-pendulum' + 'python-setuptools' ) -makedepends=('git' 'python-setuptools') -_commit='a878d2a4ba917d191e2fa0460e73f2bb44e3346e' +makedepends=('git') +_commit='c280f8e398662e43a1637c6918700f0883baea1c' source=("$pkgname::git+https://github.com/dbcli/pgcli.git#commit=$_commit") b2sums=('SKIP')
