diff options
author | Patrice Lacouture | 2019-05-13 09:53:30 +0200 |
---|---|---|
committer | Patrice Lacouture | 2019-05-13 09:53:30 +0200 |
commit | 5a6216db57fe1edc08da2349ff30dc0eda93c7cf (patch) | |
tree | 9ada8ef8d3466d31eb764fbfdd908ee3838acbb4 /PKGBUILD | |
parent | 9371dc9abe76fdf86f0cfbb3cceb998101dcd6ef (diff) | |
download | aur-5a6216db57fe1edc08da2349ff30dc0eda93c7cf.tar.gz |
Bump mercurial dependency to mercurial>=4.9, remove upper version limit
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,5 @@ -# Maintainer: Anshuman Bhaduri <anshuman at bhadurian dot com> +# Maintainer: Patrice Lacouture <archlinux at lacouture.org> +# Contributor: Anshuman Bhaduri <anshuman at bhadurian dot com> # Contributor: Adam Russell <adamlr6+arch@gmail.com> # Contributor: halim <sagikliwon@gmail.com> # Contributor: Alexey "Mr.Cat" Bakhirkin <abakhirkin(at)gmail.com> @@ -7,13 +8,13 @@ _pkgname=thg pkgname=tortoisehg-hg -pkgver=4.8.2.18704 +pkgver=4.9.1.18761 pkgrel=1 pkgdesc="Mercurial GUI front end" arch=('i686' 'x86_64') url="https://bitbucket.org/tortoisehg/thg" license=('GPL2') -depends=('python2' 'mercurial>=4.8' 'mercurial<4.10' 'python2-pyqt5' 'python2-qscintilla-qt5') +depends=('python2' 'mercurial>=4.9' 'python2-pyqt5' 'python2-qscintilla-qt5') optdepends=('python2-iniparse: ini file support' 'python2-pygments: syntax highlighting' 'python2-nautilus: Python binding for Nautilus components') |