From 24ef31f848eb9f77069a2a6157f4b5e74527ff42 Mon Sep 17 00:00:00 2001 From: lzx3in Date: Fri, 6 Feb 2026 23:37:04 +0800 Subject: [PATCH] 9.12-1 -- upgrade to 9.12 --- .SRCINFO | 8 ++++---- PKGBUILD | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index be3e6dcf8192..d1d4b2e7cd09 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,13 @@ pkgbase = pgadmin4 pkgdesc = Installs all required components to run pgAdmin in desktop and web modes. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world. - pkgver = 9.11 + pkgver = 9.12 pkgrel = 1 url = https://www.pgadmin.org arch = x86_64 arch = arm license = PostgreSQL - depends = pgadmin4-server>=9.11-1 - depends = pgadmin4-desktop>=9.11-1 - depends = pgadmin4-web>=9.11-1 + depends = pgadmin4-server>=9.12-1 + depends = pgadmin4-desktop>=9.12-1 + depends = pgadmin4-web>=9.12-1 pkgname = pgadmin4 diff --git a/PKGBUILD b/PKGBUILD index 32ce2b896f43..d30349e15ed0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=pgadmin4 -pkgver=9.11 +pkgver=9.12 pkgrel=1 pkgdesc='Installs all required components to run pgAdmin in desktop and web modes. pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.' arch=('x86_64' 'arm')