summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitwave2015-10-17 13:40:41 +0200
committerbitwave2015-10-17 13:40:41 +0200
commit178b84b17b9a2f19e4ccf03ebe027cecb26b3506 (patch)
tree1cf0daada80aa4c41c0ff46bd3217eb364a743f5
parentc4b942cd2207d8f8e57d8b2d0b60c141c0143c8b (diff)
downloadaur-178b84b17b9a2f19e4ccf03ebe027cecb26b3506.tar.gz
added missing dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eca690cfa7b..1e0fe9edf10a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-moviepy-git
pkgdesc = Script-based movie editing with python (git version)
pkgver = 247.517bc36
- pkgrel = 1
+ pkgrel = 2
url = http://zulko.github.io/moviepy/
arch = any
license = MIT
@@ -16,6 +16,7 @@ pkgbase = python-moviepy-git
depends = python-scikit-image
depends = python-scipy
depends = python-tqdm
+ depends = python-imageio
provides = python-moviepy
conflicts = python-moviepy
source = git+https://github.com/Zulko/moviepy.git
diff --git a/PKGBUILD b/PKGBUILD
index e0b917edda0d..17ead1ca641b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
gitname=moviepy
pkgname=python-${gitname}-git
pkgver=247.517bc36
-pkgrel=1
+pkgrel=2
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'
- 'python-decorator' 'python-numpy' 'python-pillow' 'python-scikit-image' 'python-scipy' 'python-tqdm')
+ 'python-decorator' 'python-numpy' 'python-pillow' 'python-scikit-image' 'python-scipy' 'python-tqdm' 'python-imageio')
provides=('python-moviepy')
conflicts=('python-moviepy')
source=("git+https://github.com/Zulko/${gitname}.git")