mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
9.11-1 -- upgrade to 9.11
This commit is contained in:
parent
043a72b2aa
commit
044a412b7c
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 = 9.10
|
||||
pkgver = 9.11
|
||||
pkgrel = 1
|
||||
url = https://www.pgadmin.org/
|
||||
arch = x86_64
|
||||
|
|
@ -23,9 +23,9 @@ pkgbase = pgadmin4-server
|
|||
depends = krb5
|
||||
depends = python-dbus
|
||||
provides = pgadmin4-server
|
||||
source = pgadmin4-9.10.tar.gz::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v9.10/source/pgadmin4-9.10.tar.gz
|
||||
source = pgadmin4-9.11.tar.gz::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v9.11/source/pgadmin4-9.11.tar.gz
|
||||
source = server.patch
|
||||
sha256sums = 479b7b34b25be53b28174d3b688cebf91869204bec75752e06f7de1634c41507
|
||||
sha256sums = 8f394156662843440b86a5c73995e14b366d8b0056f69c2aa0b00a3268570a54
|
||||
sha256sums = d276423ab3eaa7abaf14e720c51f49cc18a528d2e1b6324d4d05257d5d58f556
|
||||
|
||||
pkgname = pgadmin4-server
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: bko <aur at bil dot co dot ua>
|
||||
|
||||
pkgname=pgadmin4-server
|
||||
pkgver=9.10
|
||||
pkgver=9.11
|
||||
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')
|
||||
|
|
@ -11,7 +11,7 @@ depends=('postgresql-libs' 'krb5' 'python-dbus')
|
|||
makedepends=("python" "python-pip" "postgresql-libs" "gcc" "nodejs" "corepack" "pkgconf" "cmake" "dbus" "npm" "wget" "unzip" "syft" "patch")
|
||||
provides=('pgadmin4-server')
|
||||
source=("pgadmin4-${pkgver}.tar.gz::https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/pgadmin4-${pkgver}.tar.gz" "server.patch")
|
||||
sha256sums=('479b7b34b25be53b28174d3b688cebf91869204bec75752e06f7de1634c41507' 'd276423ab3eaa7abaf14e720c51f49cc18a528d2e1b6324d4d05257d5d58f556')
|
||||
sha256sums=('8f394156662843440b86a5c73995e14b366d8b0056f69c2aa0b00a3268570a54' 'd276423ab3eaa7abaf14e720c51f49cc18a528d2e1b6324d4d05257d5d58f556')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/pgadmin4-${pkgver}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue