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

Antonio Rojas arojas at archlinux.org
Fri Aug 24 07:21:23 UTC 2018


    Date: Friday, August 24, 2018 @ 07:21:22
  Author: arojas
Revision: 373508

Drop PyQt4 dependencies

Modified:
  hgview/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-24 07:05:26 UTC (rev 373507)
+++ PKGBUILD	2018-08-24 07:21:22 UTC (rev 373508)
@@ -4,18 +4,13 @@
 
 pkgname=hgview
 pkgver=1.10.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A fast Mercurial log navigator"
 arch=('any')
 url="http://www.logilab.org/project/hgview/"
 license=('GPL')
-depends=('mercurial>=1.6')
-optdepends=('python2-qscintilla: for Qt interface'
-            'python2-docutils: for Qt interface'
-            'python2-urwid: for CLI interface'
-            'python2-pyinotify: for CLI interface'
-            'python2-pygments: for CLI interface')
-makedepends=('python2-pyqt' 'asciidoc' 'xmlto')
+depends=('mercurial>=1.6' 'python2-urwid' 'python2-pyinotify' 'python2-pygments')
+makedepends=('asciidoc' 'xmlto')
 source=(http://download.logilab.org/pub/$pkgname/$pkgname-$pkgver.tar.gz
         hg47.patch)
 md5sums=('1d68a8de8652a3ca411a049579a694e4'



More information about the arch-commits mailing list