diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template index 1001a09f118..9d213fdc6c0 100644 --- a/srcpkgs/pgcli/template +++ b/srcpkgs/pgcli/template @@ -1,11 +1,11 @@ # Template file for 'pgcli' pkgname=pgcli version=4.1.0 -revision=1 +revision=2 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit - python3-psycopg python3-sqlparse python3-configobj python3-pendulum +depends="python3-pgspecial python3-click python3-Pygments + python3-prompt_toolkit python3-psycopg python3-sqlparse python3-configobj python3-cli_helpers python3-setproctitle" short_desc="PostgreSQL CLI with autocompletion and syntax highlighting" maintainer="Joel Beckmeyer "