diff options
author | root <root@rshg054.dnsready.net> | 2013-04-09 00:05:27 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-09 00:05:27 -0700 |
commit | 987f836820eae061f40608b4ee1b6a14ecced3cc (patch) | |
tree | d28e524877b41fb49ccb7b2f99b36db2f9c90e89 /community/kdenlive | |
parent | ce26b1905ac40cd9389e1c9f364a2ccd8f4ec13c (diff) |
Tue Apr 9 00:05:27 PDT 2013
Diffstat (limited to 'community/kdenlive')
-rw-r--r-- | community/kdenlive/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kdenlive/PKGBUILD b/community/kdenlive/PKGBUILD index ff0ea2752..03f64a96f 100644 --- a/community/kdenlive/PKGBUILD +++ b/community/kdenlive/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 83307 2013-01-29 09:59:04Z spupykin $ +# $Id: PKGBUILD 87846 2013-04-08 09:22:44Z 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.4 +pkgver=0.9.6 pkgrel=1 pkgdesc="A non-linear video editor for Linux" arch=('i686' 'x86_64') @@ -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=('fed17b584aca6a9811a49f2348b4f6db') +md5sums=('3bd3a511b860490acc367e7c9d7ffa43') build() { export LDFLAGS="$LDFLAGS -lX11" |