diff options
Diffstat (limited to 'community/kdenlive/PKGBUILD')
-rw-r--r-- | community/kdenlive/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kdenlive/PKGBUILD b/community/kdenlive/PKGBUILD index df48d5fb4..5a3305dc1 100644 --- a/community/kdenlive/PKGBUILD +++ b/community/kdenlive/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 80567 2012-11-25 17:21:40Z spupykin $ +# $Id: PKGBUILD 83307 2013-01-29 09:59:04Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zuf <kontakt.zuf@gmail.com> # Contributor: Darwin Bautista <djclue917@gmail.com> pkgname=kdenlive -pkgver=0.9.2 -pkgrel=6 +pkgver=0.9.4 +pkgrel=1 pkgdesc="A non-linear video editor for Linux" arch=('i686' 'x86_64' 'mips64el') # http://download.kde.org/stable/kdenlive/ @@ -21,7 +21,7 @@ optdepends=('recordmydesktop: screen capture' install=kdenlive.install options=('docs') source=(http://download.kde.org/stable/kdenlive/$pkgver/src/kdenlive-$pkgver.tar.bz2) -md5sums=('40f108f26e2c2e08807a1c183d8764ec') +md5sums=('fed17b584aca6a9811a49f2348b4f6db') build() { export LDFLAGS="$LDFLAGS -lX11" |