openshot: fix depends (python3.4-* -> python3-*)
This commit is contained in:
parent
f0481a8a76
commit
141127d124
1 changed files with 2 additions and 2 deletions
|
@ -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 <spencernh77@gmail.com>"
|
||||
license="GPL-3"
|
||||
|
|
Loading…
Reference in a new issue