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

Antonio Rojas arojas at archlinux.org
Sat Nov 9 12:24:24 UTC 2019


    Date: Saturday, November 9, 2019 @ 12:24:23
  Author: arojas
Revision: 524815

Fix dependencies

Modified:
  eric/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-09 12:16:44 UTC (rev 524814)
+++ PKGBUILD	2019-11-09 12:24:23 UTC (rev 524815)
@@ -54,9 +54,7 @@
 }
 
 package_eric() {
-  depends=('eric-common' 'python-qscintilla-qt5'  'python-pyqtwebengine' 'qt5-svg' 'qt5-webkit')
-  optdepends=('qt5-webengine: alternative browser backend')
-
+  depends+=(eric-common)
   cd "${srcdir}/eric6-${_pkgver}"
   python install.py -c -b "/usr/bin" -i "${pkgdir}" --no-apis
 



More information about the arch-commits mailing list