summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2017-11-27 11:05:44 +0100
committerAndré Klitzing2017-11-27 11:05:44 +0100
commit0f69b359add60b15902848b8690e24bb4794bfea (patch)
tree6e2abde2da838db02e89decc3507b7b2310d47b3
parent97a7fc0f0ee18552347b7e1420106ef3c770fef2 (diff)
downloadaur-0f69b359add60b15902848b8690e24bb4794bfea.tar.gz
Switch to Qt5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 117147313a28..d915e4e83d8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Nov 26 19:41:10 UTC 2017
+# Mon Nov 27 10:05:29 UTC 2017
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
pkgver = 4.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://tortoisehg.bitbucket.io
arch = any
license = GPL
depends = python2
depends = mercurial>=4.3
depends = mercurial<4.5
- depends = python2-pyqt4>=4.10
- depends = python2-qscintilla
+ depends = python2-qscintilla-qt5
depends = python2-iniparse
optdepends = python2-pygments: syntax highlighting
optdepends = python2-nautilus: Python binding for Nautilus components
diff --git a/PKGBUILD b/PKGBUILD
index dbea74de6008..a5f7cc86c7ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
# AUR Category: devel
pkgname=tortoisehg
pkgver=4.4.1
-pkgrel=1
+pkgrel=2
#_pkgchangeset=169d552db075
pkgdesc="Graphical tools for Mercurial"
url="https://tortoisehg.bitbucket.io"
license=("GPL")
-depends=('python2' 'mercurial>=4.3' 'mercurial<4.5' 'python2-pyqt4>=4.10' 'python2-qscintilla' 'python2-iniparse')
+depends=('python2' 'mercurial>=4.3' 'mercurial<4.5' 'python2-qscintilla-qt5' 'python2-iniparse')
builddepends=(python2)
arch=('any')
optdepends=('python2-pygments: syntax highlighting'