git » kdenlive.git » commit e5cbdf8

KDE Applications 15.08.2

author Antonio Rojas
2015-10-13 06:35:19 UTC
committer Antonio Rojas
2015-10-13 06:35:19 UTC
parent 961a922da5797b489fd33f6e0a40a38e011f832b

KDE Applications 15.08.2

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 930f322..9ebf7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
 # Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
 
 pkgname=kdenlive
-pkgver=15.08.1
+pkgver=15.08.2
 pkgrel=1
 pkgdesc="A non-linear video editor for Linux using the MLT video framework"
 arch=(i686 x86_64)
@@ -22,7 +22,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=('a3fbabe1108f0c1c7e76f61527d9c28e')
+md5sums=('34d1a693951b4d227e393379d2298f37')
 install=$pkgname.install
 
 prepare(){