git » kdenlive.git » commit 8ee7eb0

KDE Applications 15.12

author Antonio Rojas
2015-12-16 07:08:40 UTC
committer Antonio Rojas
2015-12-16 07:08:40 UTC
parent 3c4b47592897635fbc81332f1941ab30fba066bb

KDE Applications 15.12

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index c1a9bb1..a22c461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
 # Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
 
 pkgname=kdenlive
-pkgver=15.08.3
-pkgrel=2
+pkgver=15.12.0
+pkgrel=1
 pkgdesc="A non-linear video editor for Linux using the MLT video framework"
 arch=(i686 x86_64)
 url="http://www.kdenlive.org/"
@@ -23,7 +23,7 @@ optdepends=('ffmpeg: for FFmpeg plugin'
             'xine-ui: for DVD preview'
             'plasma-desktop: theme configuration')
 source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz")
-md5sums=('b1ebd1924f1dafdca818ddb1d046dbc0')
+md5sums=('62fc024bc9616756b5ad6444308e636f')
 install=$pkgname.install
 
 prepare(){