Date: Friday, May 8, 2020 @ 23:42:56 Author: anthraxx Revision: 625822
upgpkg: pgadmin4 4.21-1 Modified: pgadmin4/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-08 23:35:46 UTC (rev 625821) +++ PKGBUILD 2020-05-08 23:42:56 UTC (rev 625822) @@ -2,7 +2,7 @@ # Maintainer: Jerome Leclanche <[email protected]> pkgname=pgadmin4 -pkgver=4.20 +pkgver=4.21 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-werkzeug' 'python-flask-compress' 'python-ldap3') makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 'python-fixtures' 'python-html5lib' 'python-pbr' 'python-mimeparse' 'python-pyrsistent' 'imagemagick') @@ -29,7 +29,7 @@ python-3.8.patch pgadmin4-python-de-vendor-venv-paths.patch) validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager (Package Signing Key) <[email protected]> -sha512sums=('7f95e9abb2afce0435e11ba4a7c8cde5397ac658c74b0dec014b03c38299f4509f4bb9268befbdb8f2704e159271668d14b1212a55f644034276751cb027e483' +sha512sums=('f552209237c3028d2cbcc04121639e0d997543ac7e7b83084a971e19e6cc080b2b7a8a5e433dc46bed8953bd1cf00418f5193f4d652a1f2ad83448d124c1fa2f' 'SKIP' 'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645' '16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745' @@ -79,6 +79,7 @@ -e '/Flask-Compress>?=/d' \ -e '/sshtunnel>?=/d' \ -e '/Werkzeug>?=/d' \ + -e '/ldap3>?=/d' \ -e '/^#.*/d' \ -e '/^$/d' if [[ -s requirements.txt ]]; then
