9.11-1 -- upgrade to 9.11

This commit is contained in:
lzx3in 2025-12-11 21:21:00 +08:00
parent 043a72b2aa
commit 044a412b7c
No known key found for this signature in database
GPG key ID: F461F7AD82DD7A47
2 changed files with 5 additions and 5 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.10
pkgver = 9.11
pkgrel = 1
url = https://www.pgadmin.org/
arch = x86_64
@ -23,9 +23,9 @@ pkgbase = pgadmin4-server
depends = krb5
depends = python-dbus
provides = pgadmin4-server
source = pgadmin4-9.10.tar.gz::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v9.10/source/pgadmin4-9.10.tar.gz
source = pgadmin4-9.11.tar.gz::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v9.11/source/pgadmin4-9.11.tar.gz
source = server.patch
sha256sums = 479b7b34b25be53b28174d3b688cebf91869204bec75752e06f7de1634c41507
sha256sums = 8f394156662843440b86a5c73995e14b366d8b0056f69c2aa0b00a3268570a54
sha256sums = d276423ab3eaa7abaf14e720c51f49cc18a528d2e1b6324d4d05257d5d58f556
pkgname = pgadmin4-server

View file

@ -1,7 +1,7 @@
# Maintainer: bko <aur at bil dot co dot ua>
pkgname=pgadmin4-server
pkgver=9.10
pkgver=9.11
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')
@ -11,7 +11,7 @@ depends=('postgresql-libs' 'krb5' 'python-dbus')
makedepends=("python" "python-pip" "postgresql-libs" "gcc" "nodejs" "corepack" "pkgconf" "cmake" "dbus" "npm" "wget" "unzip" "syft" "patch")
provides=('pgadmin4-server')
source=("pgadmin4-${pkgver}.tar.gz::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/pgadmin4-${pkgver}.tar.gz" "server.patch")
sha256sums=('479b7b34b25be53b28174d3b688cebf91869204bec75752e06f7de1634c41507' 'd276423ab3eaa7abaf14e720c51f49cc18a528d2e1b6324d4d05257d5d58f556')
sha256sums=('8f394156662843440b86a5c73995e14b366d8b0056f69c2aa0b00a3268570a54' 'd276423ab3eaa7abaf14e720c51f49cc18a528d2e1b6324d4d05257d5d58f556')
prepare() {
cd "$srcdir/pgadmin4-${pkgver}"