From c1cc31985b49aacc39dd9685e572e0f995976bf3 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 4 Sep 2016 08:27:43 +0200 Subject: [PATCH] openshot: update to 2.1.0. --- srcpkgs/openshot/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template index 4d745e56903..614e32e0f73 100644 --- a/srcpkgs/openshot/template +++ b/srcpkgs/openshot/template @@ -1,18 +1,18 @@ # Template file for 'openshot' pkgname=openshot -version=2.0.7 -revision=2 +version=2.1.0 +revision=1 build_style=python-module python_versions="3.4" only_for_archs="i686 x86_64" hostmakedepends="python3" makedepends="python3.4-PyQt5 ffmpeg-devel python3.4-setuptools" -depends="python3.4 python3.4-PyQt5 python3.4-PyQt5-webkit python3.4-setuptools libopenshot mlt python3.4-httplib2 ImageMagick" +depends="python3.4 python3.4-PyQt5 python3.4-PyQt5-webkit python3.4-setuptools libopenshot mlt python3.4-httplib2 python3.4-pyzmq ImageMagick" short_desc="An open-source, non-linear video editor for Linux" maintainer="Spencer Hill " license="GPL-3" homepage="www.openshot.org" -distfiles="https://launchpad.net/${pkgname}/2.0/${version}/+download/${pkgname}-qt-${version}.tar.gz" -checksum=7b58e802a3de2260c00e4e4996ec899253ff1ff4035b2a2e535ac72ee4d63a97 +distfiles="https://launchpad.net/${pkgname}/2.1/${version}/+download/${pkgname}-qt-${version}.tar.gz" +checksum=1eec7d07e991ccbb168de18b5f8a15f5d3eafe842cf267a254c1cde2925e2fdd wrksrc=${pkgname}-qt-${version} create_wrksrc=yes