Package Details: pgadmin4-desktop 9.4-1

Git Clone URL: https://aur.archlinux.org/pgadmin4-desktop.git (read-only, click to copy)
Package Base: pgadmin4-desktop
Description: The desktop user interface 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.
Upstream URL: https://www.pgadmin.org/
Licenses: PostgreSQL
Provides: pgadmin4-desktop
Submitter: bko
Maintainer: mateushonorato
Last Packager: mateushonorato
Votes: 12
Popularity: 1.21
First Submitted: 2024-07-06 13:39 (UTC)
Last Updated: 2025-06-22 00:35 (UTC)

Latest Comments

« First ‹ Previous 1 2

QuickmediaFan69 commented on 2024-12-30 21:05 (UTC) (edited on 2024-12-30 21:06 (UTC) by QuickmediaFan69)

Ran into the same issue as vinayv. Installing python312 from AUR seems to get around the problem and pgadmin now runs again. Please do still upgrade this package to support the latest python from arch repos though.

vinayv commented on 2024-12-28 07:05 (UTC)

With the latest system upgrade, python has moved to 3.13, where as pgadmin4 needs version 3.12 (there are symlinks to /usr/lib/python3.12). Because of this pgadmin4 no longer launches. Even reinstalling doesn't seem to fix it.

bko commented on 2024-09-23 08:32 (UTC)

Sorry for the delay in updating. I've been having some problems with my own free time lately. Anyone want to be a Co-Maintainer?

Thundernerd commented on 2024-09-16 05:38 (UTC) (edited on 2024-09-16 05:38 (UTC) by Thundernerd)

Here's a patch for 8.11

diff --git a/PKGBUILD b/PKGBUILD
index 2082c7c..b56236b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: bko <aur at bil dot co dot ua>

 pkgname=pgadmin4-desktop
-pkgver=8.10
+pkgver=8.11
 pkgrel=1
 pkgdesc='The desktop user interface 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')
@@ -10,7 +10,7 @@ url='https://www.pgadmin.org/'
 depends=("pgadmin4-server=${pkgver}" 'xdg-utils' 'python-dbus')
 provides=('pgadmin4-desktop')
 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=('98c5ade97ea145b49f242b30f180ab2c84ef3c0ddfd4ee602b61a50432dad055')
+sha256sums=('745f200cedc7d0a6159ba5a3154f27edf9fbd35815413a2a6ea87becb7633eb7')

 package() {
   # Extract package data