mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
ff
This commit is contained in:
parent
db33a1e336
commit
99f39cd4ce
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,11 +1,11 @@
|
|||
pkgbase = pgadmin4-desktop
|
||||
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.
|
||||
pkgver = 8.11
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.pgadmin.org/
|
||||
arch = x86_64
|
||||
license = PostgreSQL
|
||||
depends = pgadmin4-server=8.11
|
||||
depends = pgadmin4-server
|
||||
depends = xdg-utils
|
||||
depends = python-dbus
|
||||
provides = pgadmin4-desktop
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
pkgname=pgadmin4-desktop
|
||||
pkgver=8.11
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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')
|
||||
license=('PostgreSQL')
|
||||
url='https://www.pgadmin.org/'
|
||||
depends=("pgadmin4-server=${pkgver}" 'xdg-utils' 'python-dbus')
|
||||
depends=("pgadmin4-server" '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=('745f200cedc7d0a6159ba5a3154f27edf9fbd35815413a2a6ea87becb7633eb7')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue