summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 749c0cb17ae9..c1e4d27c598f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
_pkgname=moviepy
pkgname=python-${_pkgname}
pkgver=0.2.2
-pkgrel=3
+pkgrel=4
pkgdesc="Script-based movie editing with python"
arch=('any')
url="http://zulko.github.io/moviepy/"
license=("MIT")
makedepends=('python-setuptools')
-depends=('ffmpeg' 'imagemagick' 'opencv'
+depends=('ffmpeg' 'imagemagick' 'opencv<3.0.0'
'python-decorator' 'python-numpy' 'python-pillow' 'python-scikit-image' 'python-scipy' 'python-tqdm' 'python-imageio' 'python-pygame')
provides=('python-moviepy-git')
conflicts=('python-moviepy-git')