Date: Tuesday, March 19, 2019 @ 21:03:39 Author: anthraxx Revision: 442825
upgpkg: pgadmin4 4.3-1 Modified: pgadmin4/trunk/PKGBUILD ----------+ PKGBUILD | 34 ++++++++++++++-------------------- 1 file changed, 14 insertions(+), 20 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-19 20:55:25 UTC (rev 442824) +++ PKGBUILD 2019-03-19 21:03:39 UTC (rev 442825) @@ -2,26 +2,26 @@ # Maintainer: Jerome Leclanche <[email protected]> pkgname=pgadmin4 -pkgver=4.2 +pkgver=4.3 pkgrel=1 pkgdesc='Comprehensive design and management interface for PostgreSQL' url='https://www.pgadmin.org/' arch=('x86_64') license=('custom') -depends=('qt5-base' 'postgresql-libs' 'hicolor-icon-theme' - 'python' 'python-blinker' 'python-extras' 'python-fixtures' - 'python-flask' 'python-flask-login' 'python-flask-migrate' - 'python-flask-sqlalchemy' 'python-flask-wtf' 'python-html5lib' - 'python-passlib' 'python-mimeparse' 'python-pytz' 'python-simplejson' - 'python-six' 'python-speaklater' 'python-sqlparse' 'python-wtforms' - 'python-psutil' 'python-jinja' 'python-paramiko' 'python-psycopg2' +depends=('qt5-base' 'postgresql-libs' 'hicolor-icon-theme' 'python' + 'python-blinker' 'python-flask' 'python-flask-login' + 'python-flask-migrate' 'python-flask-sqlalchemy' 'python-flask-wtf' + 'python-passlib' 'python-pytz' 'python-simplejson' 'python-six' + 'python-speaklater' 'python-sqlparse' 'python-wtforms' 'python-psutil' + 'python-jinja' 'python-paramiko' 'python-psycopg2' 'python-cryptography' 'python-sqlalchemy' 'python-testtools' 'python-webencodings' 'python-werkzeug' 'python-dateutil' - 'python-pyrsistent' 'python-pbr' 'python-flask-gravatar' - 'python-flask-mail' 'python-flask-principal' 'python-flask-paranoid' - 'python-htmlmin' 'python-flask-htmlmin' 'python-sshtunnel' - 'python-flask-security') -makedepends=('python-setuptools' 'python-sphinx' 'imagemagick') + 'python-flask-gravatar' 'python-flask-mail' 'python-flask-principal' + 'python-flask-paranoid' 'python-htmlmin' 'python-flask-htmlmin' + 'python-sshtunnel' 'python-flask-security') +makedepends=('python-setuptools' 'python-sphinx' 'python-extras' 'python-fixtures' + 'python-html5lib' 'python-pbr' 'python-mimeparse' 'python-pyrsistent' + 'imagemagick') source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.asc} pgAdmin4.desktop config_distro.py @@ -28,7 +28,7 @@ config_local.py pgadmin4-python-de-vendor-venv-paths.patch) validpgpkeys=('E8697E2EEF76C02D3A6332778881B2A8210976F2') # Package Manager (Package Signing Key) <[email protected]> -sha512sums=('d3d242904c65f0af871890954c24005b4849b88599cde9a7cb82e077ff5db5a8c5f015c4af0b135d68f02daad42492af71373831c2212a36672af8d7621c3b2a' +sha512sums=('db072bab1dcd0a18b9c423b95847c7873b9f458168ebaaf6473a9de5b44b3134e39f5b84aeba0a6ada42b1e867e359e44bda84bf55377cb0abc169c7455852b6' 'SKIP' 'b19dda3331585010c759099eb09f4db288ce4cd3d36882b56748e1e3756dc7bee2899d7438d496280498ec6a60f6e1ba90309d49fc599403f1fdc7e8817b6645' '16d00dc2095904a6b12da7039458f632873829ad98d4d7653eac5804032ba92097ccae4488d56467d0ea9bd64e2654a3dead73eb7924c947ff1737ff6e3b4745' @@ -49,16 +49,13 @@ sed -E -i requirements.txt \ -e '/blinker>?=/d' \ -e '/extras>?=/d' \ - -e '/fixtures>?=/d' \ -e '/Flask>?=/d' \ -e '/Flask-Login>?=/d' \ -e '/Flask-Migrate>?=/d' \ -e '/Flask-SQLAlchemy>?=/d' \ -e '/Flask-WTF>?=/d' \ - -e '/html5lib>?=/d' \ -e '/pycrypto>?=/d' \ -e '/passlib>?=/d' \ - -e '/python-mimeparse>?=/d' \ -e '/pytz>?=/d' \ -e '/simplejson>?=/d' \ -e '/six>?=/d' \ @@ -69,9 +66,6 @@ -e '/psycopg2>?=/d' \ -e '/python-dateutil>?=/d' \ -e '/SQLAlchemy>?=/d' \ - -e '/pyrsistent>?=/d' \ - -e '/pbr>?=/d' \ - -e '/linecache2>?=/d' \ -e '/Flask-Gravatar>?=/d' \ -e '/Flask-Mail>?=/d' \ -e '/Flask-Principal>?=/d' \
