diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-08-08 03:37:38 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-08-08 03:37:38 -0500 |
commit | fc955a1f860ceecb64ac4eac7d3601dc008ca0f3 (patch) | |
tree | 8e7d1eab3054794c6273232e96aae6c8d5377653 /libre/openshot | |
parent | 607904da0ff5facecad1722aba991f5acfd94442 (diff) | |
download | abslibre-fc955a1f860ceecb64ac4eac7d3601dc008ca0f3.tar.gz abslibre-fc955a1f860ceecb64ac4eac7d3601dc008ca0f3.tar.bz2 abslibre-fc955a1f860ceecb64ac4eac7d3601dc008ca0f3.zip |
openshot-2.4.2-2.parabola1: updating version
Diffstat (limited to 'libre/openshot')
-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 e4ec84f88..4b690ae36 100644 --- a/libre/openshot/PKGBUILD +++ b/libre/openshot/PKGBUILD @@ -6,8 +6,8 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=openshot -pkgver=2.4.1 -pkgrel=1.parabola1 +pkgver=2.4.2 +pkgrel=2.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/" @@ -18,12 +18,12 @@ depends=('mlt-python-bindings' 'sdl' 'librsvg' 'mplayer' 'libopenshot' 'python-pyzmq' 'qt5-webkit' 'python-setuptools' 'python-requests') optdepends=('frei0r-plugins: effects' - 'libquicktime' 'libavc1394' 'jack' 'jack-rack') + 'libquicktime' 'libavc1394' 'jack') makedepends=('python-setuptools') replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenShot/openshot-qt/archive/v$pkgver.tar.gz") -sha256sums=('da388c08cd94ec503a57756871244d9bb8746973807e2f95618a0d9d5e11fae9') +sha256sums=('957792cb5c07ec7c593b9af7d234f75110ac8df0aa179e284ed84f48f552d9bd') package() { cd "$srcdir"/openshot-qt-$pkgver |