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

Balló György bgyorgy at archlinux.org
Thu Jan 25 12:39:43 UTC 2018


    Date: Thursday, January 25, 2018 @ 12:39:41
  Author: bgyorgy
Revision: 286804

eric: Fix optdepends

Modified:
  eric/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-25 12:33:51 UTC (rev 286803)
+++ PKGBUILD	2018-01-25 12:39:41 UTC (rev 286804)
@@ -15,7 +15,6 @@
 depends=('python-qscintilla' 'python2-qscintilla'
          'python-qscintilla-qt5' 'python2-qscintilla-qt5'
          'qt5-svg' 'qt5-webkit')
-optdepends=('qt5-webengine: alternative browser backend')
 source=("https://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz")
 sha512sums=('54e11c30e16352df72cf923a63bf4cdde1f11d6b97db203819db695d57595f6e29d1018c24c17078aae2dd84426ac33d782d1190e1657adc5cd90a6a88b2ec1c')
 changelog=ChangeLog
@@ -66,6 +65,7 @@
 
 package_eric() {
   depends=('eric-common' 'python-qscintilla-qt5' 'qt5-svg' 'qt5-webkit')
+  optdepends=('qt5-webengine: alternative browser backend')
   conflicts=('eric-qt4')
 
   cd "${srcdir}/eric6-${pkgver}"
@@ -74,6 +74,7 @@
 
 package_python2-eric() {
   depends=('eric-common' 'python2-qscintilla-qt5' 'qt5-svg' 'qt5-webkit')
+  optdepends=('qt5-webengine: alternative browser backend')
   conflicts=('python2-eric-qt4')
 
   cd "${srcdir}/eric6-${pkgver}_py2"



More information about the arch-commits mailing list