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

Levente Polyak anthraxx at archlinux.org
Wed Nov 27 22:15:09 UTC 2019


    Date: Wednesday, November 27, 2019 @ 22:15:09
  Author: anthraxx
Revision: 534227

upgpkg: pgadmin4 4.15-1

Modified:
  pgadmin4/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-27 22:05:48 UTC (rev 534226)
+++ PKGBUILD	2019-11-27 22:15:09 UTC (rev 534227)
@@ -2,8 +2,8 @@
 # Maintainer: Jerome Leclanche <jerome at leclan.ch>
 
 pkgname=pgadmin4
-pkgver=4.13
-pkgrel=2
+pkgver=4.15
+pkgrel=1
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
 arch=('x86_64')
@@ -18,7 +18,8 @@
          'python-webencodings' 'python-werkzeug' 'python-dateutil'
          'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal'
          'python-flask-paranoid' 'python-htmlmin' 'python-flask-htmlmin'
-         'python-sshtunnel' 'python-flask-security')
+         'python-sshtunnel' 'python-flask-security' 'python-werkzeug'
+         'python-flask-compress')
 makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 'python-fixtures'
              'python-html5lib' 'python-pbr' 'python-mimeparse' 'python-pyrsistent'
              'imagemagick')
@@ -29,7 +30,7 @@
         python-3.8.patch
         pgadmin4-python-de-vendor-venv-paths.patch)
 validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager (Package Signing Key) <packages at pgadmin.org>
-sha512sums=('7eca41047e41f7bdce2dfe992260e8c2ab40f985dd232eb240ea9c0024f551f011653717aa0d5e4ccdccd4ef4936102cde1f97a32852d8382dcc222fadce7707'
+sha512sums=('a8017313d6ae53a4fba0deb59312e2ad33e040c282b51f32dfc2610db5ffbe97d1931a24822774aabf467204659f699c02e11dcb1f49b20b37f66116e15afecf'
             'SKIP'
             'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645'
             '16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745'
@@ -76,7 +77,9 @@
     -e '/htmlmin>?=/d' \
     -e '/Flask-Security>?=/d' \
     -e '/Flask-HTMLmin>?=/d' \
-    -e '/sshtunnel>?=/d'
+    -e '/Flask-Compress>?=/d' \
+    -e '/sshtunnel>?=/d' \
+    -e '/Werkzeug>?=/d'
   cat requirements.txt
 }
 



More information about the arch-commits mailing list