From 455669b142e54e0faff9110d2dae2fbe1bf3751a Mon Sep 17 00:00:00 2001 From: lzx3in Date: Sat, 11 Oct 2025 19:31:24 +0800 Subject: [PATCH] chore: update meta info --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 245f70ad7d46..bccab7dfbace 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = pgadmin4-server pkgdesc = The core server package for pgAdmin. 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.8 - pkgrel = 2 + pkgrel = 3 url = https://www.pgadmin.org/ arch = x86_64 license = PostgreSQL diff --git a/PKGBUILD b/PKGBUILD index bac65a98d063..a6b5853eeeba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=pgadmin4-server pkgver=9.8 -pkgrel=2 +pkgrel=3 pkgdesc='The core server package for pgAdmin. 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') license=('PostgreSQL')