diff options
Diffstat (limited to 'libre/openshot/PKGBUILD')
-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 |