George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / pgcli
Commits: 46999f30 by George Rawlinson at 2023-11-29T12:57:28+13:00 upgpkg: 4.0.1-1 * New upstream release. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,25 @@ +pkgbase = pgcli + pkgdesc = A command line interface for PostgreSQL with auto-completion and syntax highlighting + pkgver = 4.0.1 + pkgrel = 1 + url = https://www.pgcli.com/ + arch = any + license = BSD + makedepends = git + depends = python + depends = python-sqlparse + depends = python-psycopg + depends = python-click + depends = python-prompt_toolkit + depends = python-configobj + depends = python-pgspecial + depends = python-setproctitle + depends = python-cli_helpers + depends = python-keyring + depends = python-pygments + depends = python-pendulum + depends = python-setuptools + source = pgcli::git+https://github.com/dbcli/pgcli.git#commit=04ca41a26259a83ebc027e8d16e4a63856ec6055 + b2sums = SKIP + +pkgname = pgcli ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ # Contributor: Sven-Hendrik Haase <[email protected]> pkgname=pgcli -pkgver=3.5.0 -pkgrel=2 +pkgver=4.0.1 +pkgrel=1 pkgdesc='A command line interface for PostgreSQL with auto-completion and syntax highlighting' url='https://www.pgcli.com/' arch=('any') @@ -26,7 +26,7 @@ depends=( 'python-setuptools' ) makedepends=('git') -_commit='c280f8e398662e43a1637c6918700f0883baea1c' +_commit='04ca41a26259a83ebc027e8d16e4a63856ec6055' source=("$pkgname::git+https://github.com/dbcli/pgcli.git#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pgcli/-/commit/46999f3058037faca15c34dc269ea8eee79d8cf3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pgcli/-/commit/46999f3058037faca15c34dc269ea8eee79d8cf3 You're receiving this email because of your account on gitlab.archlinux.org.
