summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Klitzing2024-03-09 19:53:05 +0100
committerAndré Klitzing2024-03-09 19:53:05 +0100
commit2f61db6b02c397d584e2e42fc8a6c061f24c7199 (patch)
treee8319e1f7170f33435dd790d2f35aeaabc8d9367
parent917bd6fac18592785207d7c1ae052f3b325d08c1 (diff)
downloadaur-2f61db6b02c397d584e2e42fc8a6c061f24c7199.tar.gz
Use Qt6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32c6ec1f3da2..de28f5a00d61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tortoisehg
pkgdesc = Graphical tools for Mercurial
pkgver = 6.6.3
- pkgrel = 1
+ pkgrel = 2
url = https://foss.heptapod.net/mercurial/tortoisehg/thg
arch = any
license = GPL
@@ -11,10 +11,10 @@ pkgbase = tortoisehg
makedepends = python-setuptools
depends = python
depends = mercurial>=6.0
- depends = python-qscintilla-qt5
+ depends = python-qscintilla-qt6
depends = python-iniparse
- depends = qt5-svg
- depends = python-pyqt5
+ depends = qt6-svg
+ depends = python-pyqt6
optdepends = python-pygments: syntax highlighting
optdepends = python-nautilus: Python binding for Nautilus components
source = https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-6.6.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2c57049f11fd..b59d16d34c5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
# AUR Category: devel
pkgname=tortoisehg
pkgver=6.6.3
-pkgrel=1
+pkgrel=2
pkgdesc="Graphical tools for Mercurial"
arch=('any')
url="https://foss.heptapod.net/mercurial/tortoisehg/thg"
license=("GPL")
makedepends=(python-build python-installer python-wheel python-setuptools)
-depends=('python' 'mercurial>=6.0' 'python-qscintilla-qt5' 'python-iniparse' 'qt5-svg' 'python-pyqt5')
+depends=('python' 'mercurial>=6.0' 'python-qscintilla-qt6' 'python-iniparse' 'qt6-svg' 'python-pyqt6')
optdepends=('python-pygments: syntax highlighting'
'python-nautilus: Python binding for Nautilus components')
source=("https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-$pkgver.tar.gz")