summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfbab421fc4b..444fbe266965 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Thu Sep 22 17:26:54 UTC 2016
pkgbase = python2-moviepy-git
pkgdesc = Script-based movie editing with python2 (git version)
pkgver = 257.7a4b32d
@@ -12,11 +14,10 @@ pkgbase = python2-moviepy-git
depends = opencv
depends = python2-decorator
depends = python2-numpy
- depends = python2-pillow
depends = python2-pygame
depends = python2-scikit-image
depends = python2-scipy
- depends = python-tqdm
+ depends = python2-tqdm
provides = python2-moviepy
conflicts = python2-moviepy
source = git+https://github.com/Zulko/moviepy.git
diff --git a/PKGBUILD b/PKGBUILD
index 27d42b538c7b..0439457b1c6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="http://zulko.github.io/moviepy/"
license=("MIT")
makedepends=('git' 'python2-setuptools')
depends=('ffmpeg' 'imagemagick' 'opencv'
- 'python2-decorator' 'python2-numpy' 'python2-pillow' 'python2-pygame'
- 'python2-scikit-image' 'python2-scipy' 'python-tqdm')
+ 'python2-decorator' 'python2-numpy' 'python2-pygame'
+ 'python2-scikit-image' 'python2-scipy' 'python2-tqdm')
provides=('python2-moviepy')
conflicts=('python2-moviepy')
source=("git+https://github.com/Zulko/${gitname}.git")