9.8-1: update upstream version and switch base to Ubuntu Plucky

This commit is contained in:
lzx3in 2025-09-29 11:43:49 +08:00
parent 2530072208
commit a3daf559b5
2 changed files with 7 additions and 6 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
# Maintainer: bko <aur at bil dot co dot ua>
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"
}