mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
8.10
This commit is contained in:
parent
371127ca3b
commit
62367a520f
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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 = 8.9
|
||||
pkgver = 8.10
|
||||
pkgrel = 1
|
||||
url = https://www.pgadmin.org/
|
||||
arch = x86_64
|
||||
|
|
@ -9,7 +9,7 @@ pkgbase = pgadmin4-server
|
|||
depends = krb5
|
||||
depends = python-dbus
|
||||
provides = pgadmin4-server
|
||||
source = pgadmin4-server-8.9-x86_64.deb::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble/dists/pgadmin4/main/binary-amd64/pgadmin4-server_8.9_amd64.deb
|
||||
sha256sums = 4276e86e9fad8ce6052d75d6bad3b4ab9b2babf3010b0feb3c8229c66c3ac527
|
||||
source = pgadmin4-server-8.10-x86_64.deb::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble/dists/pgadmin4/main/binary-amd64/pgadmin4-server_8.10_amd64.deb
|
||||
sha256sums = d3779c56635c11e7b3d3a9d7646e7cf40b6a7ea64a3cdea819277c3a2e67779d
|
||||
|
||||
pkgname = pgadmin4-server
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: bko <aur at bil dot co dot ua>
|
||||
|
||||
pkgname=pgadmin4-server
|
||||
pkgver=8.9
|
||||
pkgver=8.10
|
||||
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')
|
||||
|
|
@ -10,7 +10,7 @@ url='https://www.pgadmin.org/'
|
|||
depends=('postgresql-libs' 'krb5' 'python-dbus')
|
||||
provides=('pgadmin4-server')
|
||||
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=('4276e86e9fad8ce6052d75d6bad3b4ab9b2babf3010b0feb3c8229c66c3ac527')
|
||||
sha256sums=('d3779c56635c11e7b3d3a9d7646e7cf40b6a7ea64a3cdea819277c3a2e67779d')
|
||||
|
||||
package() {
|
||||
# Extract package data
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue