Package Details: pgadmin4-bin 9.14-1

Git Clone URL: https://aur.archlinux.org/pgadmin4-bin.git (read-only, click to copy)
Package Base: pgadmin4-bin
Description: Installs all required components to run pgAdmin in desktop and web modes. 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
Keywords: pgadmin pgadmin4 postgres postgresql
Licenses: PostgreSQL
Conflicts: pgadmin4, pgadmin4-desktop, pgadmin4-server, pgadmin4-web
Provides: pgadmin4
Submitter: lzx3in
Maintainer: lzx3in
Last Packager: lzx3in
Votes: 1
Popularity: 0.024616
First Submitted: 2025-10-10 15:46 (UTC)
Last Updated: 2026-04-07 13:58 (UTC)

Latest Comments

lzx3in commented on 2026-01-27 09:50 (UTC)

@Incog done

incogcyberpunk commented on 2026-01-24 02:27 (UTC)

The current PKGBUILD fails during the "Tidying" stage because bsdtar extracts metadata files (like .PKGINFO and .MTREE) from the source archives directly into the package root.

Fix: Add the --exclude='.*' flag to the bsdtar commands in the package() function to prevent these dotfiles from being extracted.

package() {
    # Merge all components into package directory, excluding metadata files
    bsdtar --exclude='.*' -xvf "${srcdir}/pgadmin4-server-${pkgver}-x86_64.pkg.tar.zst" -C "${pkgdir}"
    bsdtar --exclude='.*' -xvf "${srcdir}/pgadmin4-desktop-${pkgver}-x86_64.pkg.tar.zst" -C "${pkgdir}"
    bsdtar --exclude='.*' -xvf "${srcdir}/pgadmin4-web-${pkgver}-x86_64.pkg.tar.zst" -C "${pkgdir}"

    # Install license
    install -Dm644 "${pkgdir}/usr/pgadmin4/LICENSE" \
        "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}

lzx3in commented on 2025-12-02 09:37 (UTC)

As a temporary solution, I have manually renamed the pre-built packages.

lzx3in commented on 2025-11-21 15:55 (UTC) (edited on 2025-11-21 15:58 (UTC) by lzx3in)

@JPT48 The package pgadmin4-desktop 9.10-1 was mistakenly named as pgadmin4-desktop 9.10.1-1. Unfortunately, I am not the maintainer of this package. I have already informed him.​

JPT48 commented on 2025-11-21 14:40 (UTC)

hi, file seems to have disappeared.

ERROR: Failure while downloading https://github.com/lzx3in/aur-pgadmin4/releases/download/dev/pgadmin4-desktop-9.10-x86_64.pkg.tar.zst

thanks