summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf027d076b15..df719e51994c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = pyside6-tools
pkgdesc = Tools for PySide6
pkgver = 6.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.qt.io
arch = x86_64
license = LGPL
makedepends = cmake
makedepends = shiboken6
depends = pyside6
+ depends = python-pyqt6
conflicts = pyside2-tools
source = https://download.qt.io/official_releases/QtForPython/pyside6/PySide6-6.0.0-src/pyside-setup-opensource-src-6.0.0.tar.xz
sha256sums = f47a4598118510feecc96b9d4b01063d206ac9a1240af3545163d2891db27dd4
pkgname = pyside6-tools
-
diff --git a/PKGBUILD b/PKGBUILD
index b01f66372d45..ef064ecd18b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pyside6-tools
_qtver=6.0.0
pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
arch=(x86_64)
url='https://www.qt.io'
license=(LGPL)
pkgdesc='Tools for PySide6'
-depends=(pyside6)
+depends=(pyside6 python-pyqt6)
conflicts=(pyside2-tools)
makedepends=(cmake shiboken6)
_pkgfqn=pyside-setup-opensource-src-$_qtver