summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré Klitzing2017-11-27 11:05:44 +0100
committerAndré Klitzing2017-11-27 11:05:44 +0100
commit0f69b359add60b15902848b8690e24bb4794bfea (patch)
tree6e2abde2da838db02e89decc3507b7b2310d47b3 /PKGBUILD
parent97a7fc0f0ee18552347b7e1420106ef3c770fef2 (diff)
downloadaur-0f69b359add60b15902848b8690e24bb4794bfea.tar.gz
Switch to Qt5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'