From a3daf559b58068fde78a9738e779bf899bd1c462 Mon Sep 17 00:00:00 2001 From: lzx3in Date: Mon, 29 Sep 2025 11:43:49 +0800 Subject: [PATCH] 9.8-1: update upstream version and switch base to Ubuntu Plucky --- .SRCINFO | 6 +++--- PKGBUILD | 7 ++++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 19858011ce91..4021697405d9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ 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.4 + pkgver = 9.8 pkgrel = 1 url = https://www.pgadmin.org/ arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = pgadmin4-server depends = krb5 depends = python-dbus provides = pgadmin4-server - source = pgadmin4-server-9.4-x86_64.deb::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble/dists/pgadmin4/main/binary-amd64/pgadmin4-server_9.4_amd64.deb - sha256sums = 2e0c581e1a666e3877a235b16bef3dec91705e24f1116b946dea3d6325a2e6b3 + source = pgadmin4-server-9.8-x86_64.deb::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/plucky/dists/pgadmin4/main/binary-amd64/pgadmin4-server_9.8_amd64.deb + sha256sums = 7cd21f185f7c5790edd9214ddf03389244e56c98afafd2d6db0c8096ae508a1c pkgname = pgadmin4-server diff --git a/PKGBUILD b/PKGBUILD index 959e01a9e8d5..5e9e613a8061 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: bko pkgname=pgadmin4-server -pkgver=9.4 +pkgver=9.8 pkgrel=1 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') @@ -9,11 +9,12 @@ license=('PostgreSQL') url='https://www.pgadmin.org/' depends=('postgresql-libs' 'krb5' 'python-dbus') provides=('pgadmin4-server') -source=(${pkgname}-${pkgver}-x86_64.deb::"https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble/dists/pgadmin4/main/binary-amd64/${pkgname}_${pkgver}_amd64.deb") -sha256sums=('2e0c581e1a666e3877a235b16bef3dec91705e24f1116b946dea3d6325a2e6b3') +source=(${pkgname}-${pkgver}-x86_64.deb::"https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/plucky/dists/pgadmin4/main/binary-amd64/${pkgname}_${pkgver}_amd64.deb") +sha256sums=('7cd21f185f7c5790edd9214ddf03389244e56c98afafd2d6db0c8096ae508a1c') package() { # Extract package data tar -x --zstd -f data.tar.zst -C "${pkgdir}" sed -i "s|ALLOW_SAVE_TUNNEL_PASSWORD = False|ALLOW_SAVE_TUNNEL_PASSWORD = True|" "${pkgdir}/usr/pgadmin4/web/config.py" } +