summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b67b6f69ff31..0f5b4cd2a6f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,7 @@ pkgbase = eric
depends = python-tomlkit
depends = python-coverage
depends = python-semver
+ depends = qt6-serialport
conflicts = eric-common
replaces = eric-common
source = https://downloads.sourceforge.net/eric-ide/eric7-23.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 8bcfc6ddde9f..4af86897f66c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="A full-featured Python and Ruby IDE in PyQt"
arch=('any')
url="https://${pkgname}-ide.python-projects.org/"
license=('GPL3')
-depends=('python-qscintilla-qt6' 'python-pyqt6-webengine' 'python-pyqt6-charts' 'qt6-tools' 'qt6-svg' 'python-editorconfig' 'python-asttokens' 'python-black' 'python-isort' 'python-tomlkit' 'python-coverage' 'python-semver')
+depends=('python-qscintilla-qt6' 'python-pyqt6-webengine' 'python-pyqt6-charts' 'qt6-tools' 'qt6-svg' 'python-editorconfig' 'python-asttokens' 'python-black' 'python-isort' 'python-tomlkit' 'python-coverage' 'python-semver' 'qt6-serialport')
makedepends=('python-pip')
conflicts=(${pkgname}-common)
replaces=(${pkgname}-common)