git » kdenlive.git » commit 1185423

Prepare KDE Applications 15.08 release

author Antonio Rojas
2015-08-18 17:21:48 UTC
committer Antonio Rojas
2015-08-18 17:21:48 UTC
parent 25a7afb0064517713fefcef051976dcad747ed40

Prepare KDE Applications 15.08 release

PKGBUILD +2 -2

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