summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndré Klitzing2020-02-07 10:11:25 +0100
committerAndré Klitzing2020-02-07 10:11:25 +0100
commit57d35874019c060ff7eab17eb83ca94ba7a67157 (patch)
tree6183cb92a7da6a30d13bb7a77d02a22b32646fc0 /PKGBUILD
parent29900715fd2d9ecaa700f3926c48282a285460e1 (diff)
downloadaur-57d35874019c060ff7eab17eb83ca94ba7a67157.tar.gz
Use current stable head because of py3
Hopefully Arch uses python3 for Mercurial 5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7293fdb492cb..9b441d018ade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
# AUR Category: devel
pkgname=tortoisehg
pkgver=5.2.0
-pkgrel=1
-_pkgchangeset=10a1e3f75cba
+pkgrel=2
+_pkgchangeset=cd0a887ad5b1
pkgdesc="Graphical tools for Mercurial"
url="https://tortoisehg.bitbucket.io"
license=("GPL")
-depends=('python' 'mercurial>=5.2.2' 'mercurial<5.3' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
+depends=('python' 'mercurial>=5.3' 'mercurial<5.4' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
builddepends=(python)
arch=('any')
optdepends=('python-pygments: syntax highlighting'
@@ -42,4 +42,4 @@ package() {
rm -rf "${pkgdir}/usr/lib/python3.8/site-packages/hgext3rd/__pycache__/"
}
-sha256sums=('6b5515b0e9f6b2327368c8209d5ddcf91d032ec1b39eceba0ef770c6cd732bad')
+sha256sums=('7da8c36f2455a4257eab8107ea1e50c1f90091874744b6bc523d5f2a9072cc3d')