George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / pgcli
Commits: b98b4151 by George Rawlinson at 2025-04-27T12:31:21+12:00 upgpkg: 4.3.0-1 * Add depends: python-tzlocal. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = pgcli pkgdesc = A command line interface for PostgreSQL with auto-completion and syntax highlighting - pkgver = 4.1.0 - pkgrel = 3 + pkgver = 4.3.0 + pkgrel = 1 url = https://www.pgcli.com/ arch = any license = BSD-3-Clause @@ -22,10 +22,11 @@ pkgbase = pgcli depends = python-pygments depends = python-setproctitle depends = python-sqlparse + depends = python-tzlocal optdepends = python-keyring: for keyring integration optdepends = python-sshtunnel: for accessing remote instances over SSH - source = pgcli::git+https://github.com/dbcli/pgcli.git#tag=v4.1.0 - sha512sums = c1cf4390210b033360a09387a045a4a910b76d66908fca08d90e4422204a61d8490a490282ff519ea501a3da9499e85460ec705c8eba215c3b71df35821d92d8 - b2sums = 0b2c95a2fc8f2c83e3f898641ac059ed387e1b99029cdd91c4193bee7e05656c068e7417ba2ab4bd27230d5b04ef5588b2b458c9439b0c8a80642e3b3bf11ae3 + source = pgcli::git+https://github.com/dbcli/pgcli.git#tag=v4.3.0 + sha512sums = ab3517e94321c6b638313996a5d55395fe6397e3f8e60619024e4e82427de03e6dda316cebc816f4f9525e776855c18376eaddff7b45c780698ad56fbce6fe9a + b2sums = 38c7a01a10ae3a2e54f73d374bb121a3642fa9f286ec0c4f5d482a95379e36a2e35b285f66d2264d862fdc69af548abb495f954fc0e6af77179f4af3c23effc2 pkgname = pgcli ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ # Contributor: Sven-Hendrik Haase <s...@lutzhaase.com> pkgname=pgcli -pkgver=4.1.0 -pkgrel=3 +pkgver=4.3.0 +pkgrel=1 pkgdesc='A command line interface for PostgreSQL with auto-completion and syntax highlighting' url='https://www.pgcli.com/' arch=('any') @@ -21,6 +21,7 @@ depends=( 'python-pygments' 'python-setproctitle' 'python-sqlparse' + 'python-tzlocal' ) makedepends=( 'git' @@ -38,8 +39,8 @@ optdepends=( 'python-sshtunnel: for accessing remote instances over SSH' ) source=("$pkgname::git+https://github.com/dbcli/pgcli.git#tag=v$pkgver") -sha512sums=('c1cf4390210b033360a09387a045a4a910b76d66908fca08d90e4422204a61d8490a490282ff519ea501a3da9499e85460ec705c8eba215c3b71df35821d92d8') -b2sums=('0b2c95a2fc8f2c83e3f898641ac059ed387e1b99029cdd91c4193bee7e05656c068e7417ba2ab4bd27230d5b04ef5588b2b458c9439b0c8a80642e3b3bf11ae3') +sha512sums=('ab3517e94321c6b638313996a5d55395fe6397e3f8e60619024e4e82427de03e6dda316cebc816f4f9525e776855c18376eaddff7b45c780698ad56fbce6fe9a') +b2sums=('38c7a01a10ae3a2e54f73d374bb121a3642fa9f286ec0c4f5d482a95379e36a2e35b285f66d2264d862fdc69af548abb495f954fc0e6af77179f4af3c23effc2') build() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pgcli/-/commit/b98b415135296359e7f5087a66e078ab0ce5d293 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pgcli/-/commit/b98b415135296359e7f5087a66e078ab0ce5d293 You're receiving this email because of your account on gitlab.archlinux.org.