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

Jiachen Yang farseerfc at archlinux.org
Sun Mar 12 08:00:49 UTC 2017


    Date: Sunday, March 12, 2017 @ 08:00:48
  Author: farseerfc
Revision: 215745

upgpkg: retext 7.0.0-2

retext fix FS#49904

Modified:
  retext/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-12 04:00:26 UTC (rev 215744)
+++ PKGBUILD	2017-03-12 08:00:48 UTC (rev 215745)
@@ -7,7 +7,7 @@
 
 pkgname=retext
 pkgver=7.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple editor for Markdown and ReStructuredText markup languages"
 arch=('any')
 url="https://github.com/retext-project/retext"
@@ -14,9 +14,10 @@
 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' 'qt5-webkit' 'python-markups>=2.0.0' 'shared-mime-info' 'xdg-utils' 'desktop-file-utils' 'gconf' 'hicolor-icon-theme' 'python-markdown')
+depends=('python-pyqt5' 'python-markups>=2.0.0' 'shared-mime-info' 'xdg-utils' 'desktop-file-utils' 'hicolor-icon-theme' 'python-markdown')
 makedepends=('imagemagick' 'qt5-tools')
 optdepends=('python-docutils: for reStructuredText language support'
+            'qt5-webkit: for WebKit preview'
             'python-pyenchant: for spell checking support')
 source=("https://github.com/retext-project/$pkgname/archive/$pkgver.tar.gz"
         "x-retext-markdown.xml"



More information about the arch-commits mailing list