summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitwave2015-10-17 13:48:05 +0200
committerbitwave2015-10-17 13:48:05 +0200
commit0128d9a0628844a08a1f9e8fb12f857e9e84d89c (patch)
tree899b6524bdc272149e75ddbe8e979d72c58c205d
parente9976bf4fd20c86ba30f95a8d1237d7831bde1e2 (diff)
downloadaur-0128d9a0628844a08a1f9e8fb12f857e9e84d89c.tar.gz
added another dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2a3043a98f9..ae7a4039c559 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-moviepy
pkgdesc = Script-based movie editing with python
pkgver = 0.2.2
- pkgrel = 2
+ pkgrel = 3
url = http://zulko.github.io/moviepy/
arch = any
license = MIT
@@ -16,6 +16,7 @@ pkgbase = python-moviepy
depends = python-scipy
depends = python-tqdm
depends = python-imageio
+ depends = python-pygame
provides = python-moviepy-git
conflicts = python-moviepy-git
source = https://pypi.python.org/packages/source/m/moviepy/moviepy-0.2.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 011ace186bd2..749c0cb17ae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=moviepy
pkgname=python-${_pkgname}
pkgver=0.2.2
-pkgrel=2
+pkgrel=3
pkgdesc="Script-based movie editing with python"
arch=('any')
url="http://zulko.github.io/moviepy/"
license=("MIT")
makedepends=('python-setuptools')
depends=('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-pygame')
provides=('python-moviepy-git')
conflicts=('python-moviepy-git')
source=(https://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz)