aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-29 15:44:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:19:11 +0000
commit607b994e979b3afd93070cf426cb73495efba720 (patch)
tree4084a2a052757bb0426934084cd242747708f7ce
parent3f89692a11c428561e56bb3211fdc46608ac7192 (diff)
testing/pgcli: rebuild against python 3.9
-rw-r--r--testing/pgcli/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/pgcli/APKBUILD b/testing/pgcli/APKBUILD
index 979b063cadf..9d4f94d8644 100644
--- a/testing/pgcli/APKBUILD
+++ b/testing/pgcli/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Thomas Boerger <thomas@webhippie.de>
pkgname=pgcli
pkgver=3.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Postgres CLI with autocompletion and syntax highlighting"
options="!check" # Tests fail
url="https://www.pgcli.com"