summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré Klitzing2016-05-04 13:53:39 +0200
committerAndré Klitzing2016-05-04 13:53:39 +0200
commit1ca29c5ffaf07f4b65571ae12cb90456b3f1cd63 (patch)
tree2bd79c19cf4f06eee33e78ed2e64ab8d06682947 /PKGBUILD
parent06f372cfa1f19c8c056500f0800eea1fdaf0cdf2 (diff)
downloadaur-1ca29c5ffaf07f4b65571ae12cb90456b3f1cd63.tar.gz
mercurial>=3.7 is required
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe5f6476403f..a894c70a21c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="Graphical tools for Mercurial"
url="http://tortoisehg.bitbucket.org/"
license=("GPL")
-depends=('python2' 'mercurial>=3.6' 'python2-pyqt4>=4.10' 'python2-qscintilla' 'python2-iniparse')
+depends=('python2' 'mercurial>=3.7' 'python2-pyqt4>=4.10' 'python2-qscintilla' 'python2-iniparse')
builddepends=(python2)
arch=('any')
optdepends=('python2-pygments: syntax highlighting'