Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/pgcli/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'pgcli'
pkgname=pgcli
version=4.5.0
version=4.6.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
Expand All @@ -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=9dce07f5b628068156256cb818e5191a773afe6eeb7054f210fa892813625e3e
checksum=4b0633a6ce753ea38fb1fe2dc54b66b732c4d0b29fadf48cad78b2e7f6636d9d
make_check=no # pgcli tests require a PostgreSQL server; skip them.

post_install() {
Expand Down