summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrice Lacouture2020-01-13 12:19:45 +0100
committerPatrice Lacouture2020-01-13 12:19:45 +0100
commit1d5fd639837a88a9ce79b1f711c9029d2732fb67 (patch)
treeddf6fdcbf55c391613de52b80c69efc4c51b6e5e /PKGBUILD
parentef77c2cc7a7307164dc40ea9cff7f9eb492bc414 (diff)
downloadaur-1d5fd639837a88a9ce79b1f711c9029d2732fb67.tar.gz
Depends on mercurial-hg instead of mercurial
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce78b7166205..459bf57e4c1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')