Date: Thursday, September 24, 2020 @ 21:10:07 Author: anthraxx Revision: 711909
upgpkg: pgadmin4 4.26-1 Modified: pgadmin4/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-24 20:57:22 UTC (rev 711908) +++ PKGBUILD 2020-09-24 21:10:07 UTC (rev 711909) @@ -2,7 +2,7 @@ # Maintainer: Jerome Leclanche <[email protected]> pkgname=pgadmin4 -pkgver=4.25 +pkgver=4.26 pkgrel=1 pkgdesc='Comprehensive design and management interface for PostgreSQL' url='https://www.pgadmin.org/' @@ -18,7 +18,7 @@ '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-werkzeug' 'python-flask-compress' 'python-ldap3' 'python-cryptography') makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 'python-fixtures' 'python-html5lib' 'python-pbr' 'python-mimeparse' 'python-pyrsistent' 'imagemagick') @@ -28,7 +28,7 @@ config_local.py pgadmin4-python-de-vendor-venv-paths.patch) validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager (Package Signing Key) <[email protected]> -sha512sums=('a1944f9c65b8aa7ec5bd83ef75702293d869ae341ea73f81fb4358bfbc7f91a6981237eb9f1b20055c5f3fa182428afe19dc170963265789c34d73f2e240c268' +sha512sums=('952a4771f80541c54234fcaa9c870283fdf4887246d0d9751a77c28340b7e39ba871141f230086efda9a274d5e6bd567305047cdc7edf766ccd41112281fdf94' 'SKIP' 'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645' '16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745' @@ -78,6 +78,7 @@ -e '/Werkzeug>?=/d' \ -e '/ldap3>?=/d' \ -e '/bcrypt>?<?=/d' \ + -e '/cryptography>?<?=/d' \ -e '/^#.*/d' \ -e '/^$/d' if [[ -s requirements.txt ]]; then
