summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré Klitzing2017-11-17 15:11:48 +0100
committerAndré Klitzing2017-11-17 15:11:48 +0100
commit1fe171dc5f65fa88e1724a5765bdadc264943701 (patch)
tree7a0b86c3101072ad1ff8c0ddb7d2f4827daca62a /PKGBUILD
parent3672173df7d12e482eca42a7984605ee7a9d870f (diff)
downloadaur-1fe171dc5f65fa88e1724a5765bdadc264943701.tar.gz
mercurial 4.4 is not supported with thg 4.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2756849d9429..90cfdec2e09c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
# AUR Category: devel
pkgname=tortoisehg
pkgver=4.3.1
-pkgrel=1
+pkgrel=2
#_pkgchangeset=169d552db075
pkgdesc="Graphical tools for Mercurial"
url="https://tortoisehg.bitbucket.io"
license=("GPL")
-depends=('python2' 'mercurial>=4.2' 'python2-pyqt4>=4.10' 'python2-qscintilla' 'python2-iniparse')
+depends=('python2' 'mercurial>=4.2' 'mercurial<4.4' 'python2-pyqt4>=4.10' 'python2-qscintilla' 'python2-iniparse')
builddepends=(python2)
arch=('any')
optdepends=('python2-pygments: syntax highlighting'