Skip to content
Snippets Groups Projects
Verified Commit d36291b3 authored by David Runge's avatar David Runge :chipmunk:
Browse files

upgpkg: 4.0.1-2

Rebuild to fix various issues (license, PEP517, tests)
parent 20b8ae5c
No related branches found
No related tags found
No related merge requests found
pkgbase = pgcli
pkgdesc = A command line interface for PostgreSQL with auto-completion and syntax highlighting
pkgver = 4.0.1
pkgrel = 1
pkgrel = 2
url = https://www.pgcli.com/
arch = any
license = BSD
license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-sshtunnel
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-sqlparse
depends = python-psycopg
depends = python-cli_helpers
depends = python-click
depends = python-prompt_toolkit
depends = python-configobj
depends = python-pendulum
depends = python-pgspecial
depends = python-setproctitle
depends = python-cli_helpers
depends = python-keyring
depends = python-prompt_toolkit
depends = python-psycopg
depends = python-pygments
depends = python-pendulum
depends = python-setuptools
depends = python-setproctitle
depends = python-sqlparse
optdepends = python-keyring: for keyring integration
optdepends = python-sshtunnel: for accessing remote instances over SSH
source = pgcli::git+https://github.com/dbcli/pgcli.git#commit=04ca41a26259a83ebc027e8d16e4a63856ec6055
b2sums = SKIP
......
......@@ -5,7 +5,7 @@
pkgname=pgcli
pkgver=4.0.1
pkgrel=1
pkgrel=2
pkgdesc='A command line interface for PostgreSQL with auto-completion and syntax highlighting'
url='https://www.pgcli.com/'
arch=('any')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment