From 141127d12433bc60f020d63b5ee6e42445d43387 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 1 Mar 2018 23:26:31 +0000 Subject: [PATCH] openshot: fix depends (python3.4-* -> python3-*) --- srcpkgs/openshot/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template index 140fa3ec5dd..91ae34c8b03 100644 --- a/srcpkgs/openshot/template +++ b/srcpkgs/openshot/template @@ -1,7 +1,7 @@ # Template file for 'openshot' pkgname=openshot version=2.4.1 -revision=1 +revision=2 wrksrc="${pkgname}-qt-${version}" build_style=python3-module only_for_archs="i686 x86_64" @@ -9,7 +9,7 @@ pycompile_module="openshot_qt" hostmakedepends="python3" makedepends="python3-PyQt5 ffmpeg-devel python3-setuptools" depends="python3-PyQt5-webkit python3-setuptools libopenshot>=0.1.7 mlt python3-httplib2 python3-pyzmq ImageMagick - python3-requests python3.4-PyQt5-svg" + python3-requests python3-PyQt5-svg" short_desc="An open-source, non-linear video editor for Linux" maintainer="Spencer Hill " license="GPL-3"