summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavion2023-03-20 17:03:32 +1000
committerXavion2023-03-20 17:03:32 +1000
commit279807f57f20b353974a819a35d2008330580867 (patch)
tree5bc979c1f065424cd43df754c21f6836a81ea57f
parentb7613874f07c96de140ca738a0668023c529fa99 (diff)
downloadaur-279807f57f20b353974a819a35d2008330580867.tar.gz
Added 'qt6-serialport' as dependency
-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)