summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2020-08-31 15:41:39 +0200
committerDaniel Peukert2020-08-31 15:41:39 +0200
commitc2c92a65b48c8dafe305757d70f89677bbfb5848 (patch)
tree7fadaef2d6226c2b2ef5b00f6bb160d48ac49af6
parent33c4f285ccbd7ca826b0068bbc7ea7555b371c2a (diff)
downloadaur-c2c92a65b48c8dafe305757d70f89677bbfb5848.tar.gz
Updated cecilia to 5.4.1
-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")