diff options
author | Patrice Lacouture | 2020-01-13 12:19:45 +0100 |
---|---|---|
committer | Patrice Lacouture | 2020-01-13 12:19:45 +0100 |
commit | 1d5fd639837a88a9ce79b1f711c9029d2732fb67 (patch) | |
tree | ddf6fdcbf55c391613de52b80c69efc4c51b6e5e /PKGBUILD | |
parent | ef77c2cc7a7307164dc40ea9cff7f9eb492bc414 (diff) | |
download | aur-1d5fd639837a88a9ce79b1f711c9029d2732fb67.tar.gz |
Depends on mercurial-hg instead of mercurial
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,13 +9,13 @@ _pkgname=thg pkgname=tortoisehg-hg -pkgver=5.1.19038 +pkgver=5.1.19182 pkgrel=1 pkgdesc="Mercurial GUI front end" arch=('i686' 'x86_64') url="https://bitbucket.org/tortoisehg/thg" license=('GPL2') -depends=('python' 'mercurial' 'python-pyqt5' 'python-qscintilla-qt5' 'python-iniparse') +depends=('python' 'mercurial-hg' 'python-pyqt5' 'python-qscintilla-qt5' 'python-iniparse') optdepends=('python-pygments: syntax highlighting' 'python-nautilus: Python binding for Nautilus components') provides=('tortoisehg') |