summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitwave2019-09-20 15:13:16 +0200
committerbitwave2019-09-20 15:13:16 +0200
commit7e81a5a5d3c2cabd58b3be10fabfdf3f8fcd1797 (patch)
tree1b34a48c64d8f4caebb11524b7780d08b7beb1fe
parenta4266927cf9b93e1bbfe049e6ae9b176b2390784 (diff)
downloadaur-7e81a5a5d3c2cabd58b3be10fabfdf3f8fcd1797.tar.gz
added proglog dependency
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1029da5c6a3f..a37474313eed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-moviepy
pkgdesc = Video editing with Python
pkgver = 1.0.0
- pkgrel = 2
+ pkgrel = 3
url = https://zulko.github.io/moviepy/
arch = any
license = MIT
@@ -17,6 +17,7 @@ pkgbase = python-moviepy
depends = python-scipy
depends = python-tqdm
depends = python-imageio
+ depends = python-proglog
source = https://files.pythonhosted.org/packages/source/m/moviepy/moviepy-1.0.0.tar.gz
sha256sums = 16c7ffca23d90c76dd7b163f648c8166dfd589b7c180b8ff75aa327ae0a2fc6d
@@ -32,4 +33,5 @@ pkgname = python-moviepy
depends = python-scipy
depends = python-tqdm
depends = python-imageio
+ depends = python-proglog
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4c2c9350f741
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+pkg/*
+src/* \ No newline at end of file
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')