openshot: update to 2.0.6.
This commit is contained in:
parent
6991315a5a
commit
e1729c29ab
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'openshot'
|
# Template file for 'openshot'
|
||||||
pkgname=openshot
|
pkgname=openshot
|
||||||
version=2.0.5
|
version=2.0.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="3.4"
|
python_versions="3.4"
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
makedepends="python3.4-PyQt5 ffmpeg-devel python3.4-setuptools"
|
makedepends="python3.4-PyQt5 ffmpeg-devel python3.4-setuptools"
|
||||||
depends="python3.4 python3.4-PyQt5 python3.4-PyQt5-webkit libopenshot"
|
depends="python3.4 python3.4-PyQt5 python3.4-PyQt5-webkit libopenshot mlt python3.4-httplib2 ImageMagick"
|
||||||
short_desc="An open-source, non-linear video editor for Linux"
|
short_desc="An open-source, non-linear video editor for Linux"
|
||||||
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
maintainer="Spencer Hill <spencernh77@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="www.openshot.org"
|
homepage="www.openshot.org"
|
||||||
distfiles="https://launchpad.net/${pkgname}/2.0/${version}/+download/${pkgname}-qt-${version}.tar.gz"
|
distfiles="https://launchpad.net/${pkgname}/2.0/${version}/+download/${pkgname}-qt-${version}.tar.gz"
|
||||||
checksum=e934000aa2958b88b60e642699ee382e4624b1ad536f33d5154ea5acfc472fa0
|
checksum=80a7ad0fa5e2f4fc8bcccc1c2c8c4a6d73315b63f8263a0c374c2ffd4faa6c5c
|
||||||
wrksrc=${pkgname}-qt-${version}
|
wrksrc=${pkgname}-qt-${version}
|
||||||
|
|
Loading…
Reference in a new issue