diff options
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/openshot/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nonprism/openshot/PKGBUILD b/nonprism/openshot/PKGBUILD index d307fe56a..391baec99 100644 --- a/nonprism/openshot/PKGBUILD +++ b/nonprism/openshot/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 202985 2016-12-27 06:52:26Z bpiotrowski $ +# $Id: PKGBUILD 208487 2017-01-23 09:47:30Z jelle $ # Maintainer (Arch): Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer (Arch): Florian Pritz <bluewind@xinu.at> # Contributor (Arch): Asa Marco <marcoasa90[at]gmail[.]com> @@ -6,12 +6,12 @@ pkgname=openshot pkgver=2.2.0 -pkgrel=2.parabola1.nonprism1 +pkgrel=3.parabola1.nonprism1 pkgdesc="a free, non-linear video editor for GNU/Linux based on MLT framework, without nonfree faac recommendation and Youtube uploader support" arch=('any') url="http://www.openshotvideo.com/" license=('GPL') -depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer' +depends=('mlt-python-bindings' 'sdl' 'librsvg' 'mplayer' 'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab' 'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image' 'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools') |