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 15901c8c7dc7..bc026ca647b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
gitname=moviepy
pkgname=python-${gitname}-git
-pkgver=284.d4c9c37
+pkgver=938.6ab3efb
pkgrel=1
pkgdesc="Script-based movie editing with python (git version)"
arch=('any')
url="http://zulko.github.io/moviepy/"
license=("MIT")
makedepends=('git' 'python-setuptools')
-depends=('ffmpeg' 'imagemagick' 'opencv<3.0.0'
+depends=('ffmpeg' 'imagemagick' 'opencv'
'python-decorator' 'python-numpy' 'python-pillow' 'python-scikit-image' 'python-scipy' 'python-tqdm' 'python-imageio')
provides=('python-moviepy')
conflicts=('python-moviepy')