[arch-commits] Commit in pgadmin4/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sat Jan 30 00:07:26 UTC 2021


    Date: Saturday, January 30, 2021 @ 00:07:25
  Author: anthraxx
Revision: 835851

upgpkg: pgadmin4 4.30-1

Modified:
  pgadmin4/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-30 00:01:13 UTC (rev 835850)
+++ PKGBUILD	2021-01-30 00:07:25 UTC (rev 835851)
@@ -2,7 +2,7 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=pgadmin4
-pkgver=4.29
+pkgver=4.30
 pkgrel=1
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
@@ -19,7 +19,8 @@
          'python-webencodings' 'python-werkzeug' 'python-dateutil'
          'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
          'python-flask-paranoid' 'python-sshtunnel' 'python-flask-security-too'
-         'python-werkzeug' 'python-flask-compress' 'python-ldap3' 'python-cryptography')
+         'python-werkzeug' 'python-flask-compress' 'python-ldap3' 'python-cryptography'
+         'python-flask-babelex' 'python-gssapi')
 makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 'python-fixtures'
              'python-html5lib' 'python-pbr' 'python-mimeparse' 'python-pyrsistent'
              'imagemagick')
@@ -29,7 +30,7 @@
         config_local.py
         pgadmin4-python-de-vendor-venv-paths.patch)
 validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager (Package Signing Key) <packages at pgadmin.org>
-sha512sums=('2c7d20d10c96712f41621c2862a6a6222f6d6dad4a0b3e1aaf04744e65744460dcae4220f61b27785e02c82a624fa0793df2ea9d8e83ac0a6de048455929e615'
+sha512sums=('7ce12f65ce9dbfe4af9e92dd7f9327a05be8b8436ef495a0634043158417f3af5f457b88ee5422ede59f517c197668094454c6d7b7c33e255068479ce6ec13d9'
             'SKIP'
             'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
             '16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
@@ -80,6 +81,8 @@
     -e '/ldap3>?=/d' \
     -e '/bcrypt>?<?=/d' \
     -e '/cryptography>?<?=/d' \
+    -e '/Flask-BabelEx>?<?=/d' \
+    -e '/gssapi>?<?=/d' \
     -e '/^#.*/d' \
     -e '/^$/d'
   if [[ -s requirements.txt ]]; then



More information about the arch-commits mailing list