summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavion2023-03-13 10:04:28 +1000
committerXavion2023-03-13 10:04:28 +1000
commitb7613874f07c96de140ca738a0668023c529fa99 (patch)
treee61c93872edab0a955099dc97e9dac310c24d86f
parentc3ffd972ed5b501aec59dd2f324f5ff7154d6f95 (diff)
downloadaur-b7613874f07c96de140ca738a0668023c529fa99.tar.gz
Added 'python-semver' as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0168f9b22a7..b67b6f69ff31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = eric
depends = python-isort
depends = python-tomlkit
depends = python-coverage
+ depends = python-semver
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 57802ea19b91..8bcfc6ddde9f 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')
+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')
makedepends=('python-pip')
conflicts=(${pkgname}-common)
replaces=(${pkgname}-common)