summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2023-07-10 14:27:15 +0200
committerAndré Klitzing2023-07-10 14:27:15 +0200
commit255dd039321d7bc219f738edd8db575482690785 (patch)
treefae112f01dc60514ef6be4b61b57c6f3a87c7b97
parent12ab78c579a6a258e7af2b017717b14a3295e78a (diff)
downloadaur-255dd039321d7bc219f738edd8db575482690785.tar.gz
Remove mercurial limit
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c27d195589d4..ea32cf6f96fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
pkgver = 6.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://foss.heptapod.net/mercurial/tortoisehg/thg
arch = any
license = GPL
depends = python
depends = mercurial>=6.0
- depends = mercurial<6.5
depends = python-qscintilla-qt5
depends = python-iniparse
depends = qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index 079575732270..4566fc302966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
# AUR Category: devel
pkgname=tortoisehg
pkgver=6.4.2
-pkgrel=1
+pkgrel=2
#_pkgchangeset=782c0ecf65254899441b496491a4a2d22627938e
pkgdesc="Graphical tools for Mercurial"
url="https://foss.heptapod.net/mercurial/tortoisehg/thg"
license=("GPL")
-depends=('python' 'mercurial>=6.0' 'mercurial<6.5' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
+depends=('python' 'mercurial>=6.0' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
arch=('any')
optdepends=('python-pygments: syntax highlighting'
'python-nautilus: Python binding for Nautilus components')