diff options
Diffstat (limited to 'libre/openshot/PKGBUILD')
-rw-r--r-- | libre/openshot/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/openshot/PKGBUILD b/libre/openshot/PKGBUILD index b9d16cd09..62ae32b5f 100644 --- a/libre/openshot/PKGBUILD +++ b/libre/openshot/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 189002 2016-09-08 07:25:36Z spupykin $ +# $Id: PKGBUILD 199020 2016-12-12 12:52:07Z spupykin $ # 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,7 +6,7 @@ pkgname=openshot pkgver=2.1.0 -pkgrel=3.parabola1 +pkgrel=4.parabola1 pkgdesc="a free, non-linear video editor for GNU/Linux based on MLT framework, without nonfree faac recommendation" arch=('any') url="http://www.openshotvideo.com/" @@ -14,14 +14,14 @@ license=('GPL') depends=('mlt-python-bindings' 'pygoocanvas' 'sdl' 'librsvg' 'mplayer' 'pyxdg' 'python-pyqt5' 'python-httplib2' 'python-pillow' 'dvgrab' 'ladspa' 'sox' 'vid.stab' 'qt5-svg' 'sdl_image' - 'libopenshot' 'python-pyzmq' 'qt5-webkit') + 'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools') optdepends=('frei0r-plugins: effects' 'libquicktime' 'libavc1394' 'jack' 'jack-rack') makedepends=('python-setuptools') replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") source=("https://launchpad.net/openshot/${pkgver%.*}/$pkgver/+download/openshot-qt-$pkgver.tar.gz") -md5sums=('b4641ecebc02b1ad1047e3bfb3213774') +sha256sums=('1eec7d07e991ccbb168de18b5f8a15f5d3eafe842cf267a254c1cde2925e2fdd') package() { cd "$srcdir" |