summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32c8a8e065ef..ccdd39cabf67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,10 +6,10 @@ pkgbase = cecilia-git
arch = any
license = GPL3
makedepends = git
- depends = python
- depends = python-pyo>=1.0.1
+ depends = python>=3.6.0
+ depends = python-pyo
depends = python-numpy>=1.18
- depends = python-wxpython>=4.0.7
+ depends = python-wxpython
provides = cecilia
conflicts = cecilia
source = cecilia-git::git+https://github.com/belangeo/cecilia5
diff --git a/PKGBUILD b/PKGBUILD
index 32a8af88f6b7..7552fa16a966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Audio signal processing environment aimed at sound designers - git vers
arch=('any')
url="http://ajaxsoundstudio.com/software/$_pkgname"
license=('GPL3')
-depends=('python' 'python-pyo>=1.0.1' 'python-numpy>=1.18' 'python-wxpython>=4.0.7')
+depends=('python>=3.6.0' 'python-pyo' 'python-numpy>=1.18' 'python-wxpython')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")