From 99f39cd4cedb90bd9158c85693fe830a498a0d7c Mon Sep 17 00:00:00 2001 From: bko Date: Tue, 24 Sep 2024 07:56:27 +0300 Subject: [PATCH] ff --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 33c374243efe..770c4d0f933e 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index b56236b566dd..8a78907c845b 100644 --- a/PKGBUILD +++ b/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')