git » kdenlive.git » commit 689490e

KDE Applications 15.04.2

author Antonio Rojas
2015-05-30 08:09:25 UTC
committer Antonio Rojas
2015-05-30 08:09:25 UTC
parent 69485096ca6f87c6db3753d59593453aed896bd3

KDE Applications 15.04.2

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 614eddc..bc72400 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
 
 pkgname=kdenlive
-pkgver=15.04.1
+pkgver=15.04.2
 pkgrel=1
 pkgdesc="A non-linear video editor for Linux using the MLT video framework"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ optdepends=('ffmpeg: for FFmpeg plugin'
             'recordmydesktop: for screen capture'
             'xine-ui: for DVD preview')
 source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
-md5sums=('ce0226bdc6d61d0783c457eda72d082c')
+md5sums=('17ccf8546a341aa47ecaa4d60098ce8b')
 install=$pkgname.install
 
 prepare(){