summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbitwave2021-12-15 17:56:22 +0100
committerbitwave2021-12-15 17:56:22 +0100
commit84e53c75aa82d8412b7d650a6a47c11bd8ec7d7b (patch)
tree7ef87a573a4e822264b2b67ef3dcb3eef702db1f /PKGBUILD
parentde4ae600dd1320bbaf21706b62b0cda78331fa0d (diff)
downloadaur-python-moviepy.tar.gz
upgpkg: python-moviepy 1.0.3-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dde5112039b6..16a0c84038ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@ pkgbase='python-moviepy'
pkgname=('python-moviepy')
_module='moviepy'
pkgver='1.0.3'
-pkgrel=3
+pkgrel=4
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-proglog' 'python-imageio-ffmpeg')
+depends=('python' 'ffmpeg' 'opencv'
+ 'python-decorator' 'python-numpy' 'python-pillow' 'python-tqdm' 'python-imageio' 'python-proglog' 'python-imageio-ffmpeg')
+optdepends=('python-scikit-image' 'python-scipy' 'imagemagick')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')