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

Balló György bgyorgy at archlinux.org
Fri May 4 20:19:04 UTC 2018


    Date: Friday, May 4, 2018 @ 20:19:03
  Author: bgyorgy
Revision: 318958

upgpkg: pgadmin4 3.0-2

Remove unused dependency on qt5-webengine (FS#58301)

Modified:
  pgadmin4/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-04 17:55:54 UTC (rev 318957)
+++ PKGBUILD	2018-05-04 20:19:03 UTC (rev 318958)
@@ -3,12 +3,12 @@
 
 pkgname=pgadmin4
 pkgver=3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Comprehensive design and management interface for PostgreSQL'
 url='https://www.pgadmin.org/'
 arch=('x86_64')
 license=('custom')
-depends=('qt5-webengine' 'python' 'python-psycopg2' 'postgresql-libs' 'hicolor-icon-theme')
+depends=('qt5-base' 'python' 'python-psycopg2' 'postgresql-libs' 'hicolor-icon-theme')
 makedepends=('python-setuptools' 'imagemagick')
 source=(https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v${pkgver}/source/${pkgname}-${pkgver}.tar.gz{,.sig}
         pgAdmin4.desktop



More information about the arch-commits mailing list