diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-03 08:38:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:31 +0000 |
commit | 35d73a858021d70037f589c7844b258bf92968f9 (patch) | |
tree | bd10efd3626c0e593847a03d0fcf81acccfedbf0 /testing/pgcli | |
parent | 1bdce25b4cee6e5eed2c4382c0d1515c00693655 (diff) | |
download | aports-35d73a858021d70037f589c7844b258bf92968f9.tar.bz2 aports-35d73a858021d70037f589c7844b258bf92968f9.tar.xz |
testing/pgcli: rebuild against python 3.8
Diffstat (limited to 'testing/pgcli')
-rw-r--r-- | testing/pgcli/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pgcli/APKBUILD b/testing/pgcli/APKBUILD index d06f9c578d..7009f36342 100644 --- a/testing/pgcli/APKBUILD +++ b/testing/pgcli/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=pgcli pkgver=2.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="Postgres CLI with autocompletion and syntax highlighting" options="!check" # Tests fail url="https://www.pgcli.com" |