summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-05-01 17:00:35 -0600
committerMark Wagie2024-05-01 17:00:35 -0600
commitcd704cd13094f2db785d6592028f85612ff3fecf (patch)
tree42046419d390300039ce4e6e014a14fbe9cec955
parent3c93c17cc784dea280e54f290a42379707c0c92a (diff)
downloadaur-cd704cd13094f2db785d6592028f85612ff3fecf.tar.gz
switch to PyQt6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86d970c2ddd3..b1eca60ea552 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-cola
pkgdesc = The highly caffeinated Git GUI
pkgver = 4.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://git-cola.github.io
arch = any
license = GPL-2.0-or-later
@@ -21,7 +21,7 @@ pkgbase = git-cola
depends = python-importlib-metadata
depends = python-numpy
depends = python-polib
- depends = python-pyqt5
+ depends = python-pyqt6
depends = python-qtpy
optdepends = python-pygments: syntax highlighting
optdepends = python-pyinotify: file system change monitoring
diff --git a/PKGBUILD b/PKGBUILD
index 1176252d85a7..758e2082cb9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: TDY <tdy@gmx.com>
pkgname=git-cola
pkgver=4.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="The highly caffeinated Git GUI"
arch=('any')
url="https://git-cola.github.io"
@@ -14,7 +14,7 @@ depends=(
'python-importlib-metadata'
'python-numpy'
'python-polib'
- 'python-pyqt5'
+ 'python-pyqt6'
'python-qtpy'
)
makedepends=(