summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbitwave2019-09-20 15:13:16 +0200
committerbitwave2019-09-20 15:13:16 +0200
commit7e81a5a5d3c2cabd58b3be10fabfdf3f8fcd1797 (patch)
tree1b34a48c64d8f4caebb11524b7780d08b7beb1fe /PKGBUILD
parenta4266927cf9b93e1bbfe049e6ae9b176b2390784 (diff)
downloadaur-7e81a5a5d3c2cabd58b3be10fabfdf3f8fcd1797.tar.gz
added proglog dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c5ffdd976eb..59dbd0bd61d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@ pkgbase='python-moviepy'
pkgname=('python-moviepy')
_module='moviepy'
pkgver='1.0.0'
-pkgrel=2
+pkgrel=3
pkgdesc="Video editing with Python"
url="https://zulko.github.io/moviepy/"
depends=('python' 'ffmpeg' 'imagemagick' 'opencv'
- 'python-decorator' 'python-numpy' 'python-pillow' 'python-scikit-image' 'python-scipy' 'python-tqdm' 'python-imageio')
+ 'python-decorator' 'python-numpy' 'python-pillow' 'python-scikit-image' 'python-scipy' 'python-tqdm' 'python-imageio' 'python-proglog')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')