summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a8bbff40aa9..523406575048 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,21 @@
pkgname=python-museval
_gitpkgname=sigsep-mus-eval
pkgver=0.4.0
-pkgrel=4
+pkgrel=5
pkgdesc='Source separation evaluation tools for Python'
arch=('any')
url='https://github.com/sigsep/sigsep-mus-eval'
license=('MIT')
depends=(
'ffmpeg'
+ 'python'
'python-jsonschema'
'python-musdb'
+ 'python-numpy'
'python-pandas'
'python-scipy'
'python-simplejson'
+ 'python-soundfile'
)
checkdepends=('python-pytest')
makedepends=(