git » kdenlive.git » commit 25a7afb

KDE Applications 15.04.3

author Antonio Rojas
2015-06-29 17:50:28 UTC
committer Antonio Rojas
2015-06-29 17:50:28 UTC
parent 689490e918cf1f02104efb1a9ff53180eac4eb3b

KDE Applications 15.04.3

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index bc72400..a3aa3cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 # Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
 
 pkgname=kdenlive
-pkgver=15.04.2
+pkgver=15.04.3
 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=('17ccf8546a341aa47ecaa4d60098ce8b')
+md5sums=('a75d306ba17fbebb5662d34233f867ef')
 install=$pkgname.install
 
 prepare(){