pgcli: update to 4.1.0.
This commit is contained in:
parent
b30226483a
commit
5d0d0fb369
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pgcli'
|
||||
pkgname=pgcli
|
||||
version=4.0.1
|
||||
version=4.1.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -13,7 +13,7 @@ license="BSD-3-Clause"
|
|||
homepage="https://www.pgcli.com"
|
||||
changelog="https://raw.githubusercontent.com/dbcli/pgcli/main/changelog.rst"
|
||||
distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz"
|
||||
checksum=f2feea2099ce1ad5e8a9d5d93b0edaf60dc61e97b21b75e91d9723939ce53bd2
|
||||
checksum=3fd16c8b51bd0145ff618c2c73264bcd854ba866aa206d4f076851f641b9b215
|
||||
make_check=no # pgcli tests require a PostgreSQL server; skip them.
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue