From 9844b15bee4cc92ee5b6dc2ca356cc36cb9fa7b6 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Fri, 29 Sep 2023 00:20:32 +0200 Subject: [PATCH] testing/postgresql-pg_variables: rebuild against postgresql16 --- testing/postgresql-pg_variables/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/postgresql-pg_variables/APKBUILD b/testing/postgresql-pg_variables/APKBUILD index 2076b4d321c..cb9d80d651c 100644 --- a/testing/postgresql-pg_variables/APKBUILD +++ b/testing/postgresql-pg_variables/APKBUILD @@ -3,7 +3,7 @@ pkgname=postgresql-pg_variables pkgver=1.2.4_git20220909 _gitrev=9f9466c2b9193133446851b1f4b2b5b192d8f0e0 -pkgrel=1 +pkgrel=2 pkgdesc="Session wide variables for PostgreSQL" url="https://github.com/postgrespro/pg_variables" arch="all"