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

Jiachen Yang farseerfc at archlinux.org
Sun Feb 10 18:51:12 UTC 2019


    Date: Sunday, February 10, 2019 @ 18:51:11
  Author: farseerfc
Revision: 431649

upgpkg: retext 7.0.4-4

retext depends on python-pyqtwebengine

Modified:
  retext/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 18:48:41 UTC (rev 431648)
+++ PKGBUILD	2019-02-10 18:51:11 UTC (rev 431649)
@@ -8,7 +8,7 @@
 _pkgname=ReText
 pkgname=retext
 pkgver=7.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
 arch=('any')
 url="https://github.com/retext-project/retext"
@@ -15,7 +15,7 @@
 license=('GPL3')
 # for desktop integration: 'shared-mime-info' 'xdg-utils' 'desktop-file-utils'
 # for toolbar icons (see http://sourceforge.net/p/retext/tickets/44/): 'gconf'
-depends=('python-pyqt5' 'python-markups>=2.0.0' 'shared-mime-info' 'xdg-utils'
+depends=('python-pyqt5' 'python-pyqtwebengine' 'python-markups>=2.0.0' 'shared-mime-info' 'xdg-utils'
          'desktop-file-utils' 'hicolor-icon-theme' 'python-markdown')
 makedepends=('imagemagick' 'qt5-tools' 'python-setuptools')
 checkdepends=('xorg-server-xvfb' 'python-chardet' 'python-docutils' 'python-pygments')



More information about the arch-commits mailing list