mirror of
https://github.com/archlinux/aur.git
synced 2026-02-22 05:42:05 +01:00
8.13
This commit is contained in:
parent
7ad8ceb61e
commit
779c53b02d
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.12
|
||||
pkgver = 8.13
|
||||
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.12-x86_64.deb::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble/dists/pgadmin4/main/binary-amd64/pgadmin4-server_8.12_amd64.deb
|
||||
sha256sums = 42994400c1592692939853e4d79d0abe04b08915b688207a718b0b24646f9d1b
|
||||
source = pgadmin4-server-8.13-x86_64.deb::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble/dists/pgadmin4/main/binary-amd64/pgadmin4-server_8.13_amd64.deb
|
||||
sha256sums = 417e0196d8625c9a6b6b4a7a08bd6a02031ea773e3bc97891499e7d81ba756fc
|
||||
|
||||
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.12
|
||||
pkgver=8.13
|
||||
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=('42994400c1592692939853e4d79d0abe04b08915b688207a718b0b24646f9d1b')
|
||||
sha256sums=('417e0196d8625c9a6b6b4a7a08bd6a02031ea773e3bc97891499e7d81ba756fc')
|
||||
|
||||
package() {
|
||||
# Extract package data
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue