diff options
author | root <root@rshg054.dnsready.net> | 2013-01-30 00:08:41 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-30 00:08:41 -0800 |
commit | c25b7aa323ab71b1a524d15dbbe942dbebd55761 (patch) | |
tree | c7dd8d810c5d08168ee757083d3b6bce150c1915 /community/mlt | |
parent | cb333f0d5d536b1436262e1b3e45647b22f136b0 (diff) |
Wed Jan 30 00:08:41 PST 2013
Diffstat (limited to 'community/mlt')
-rw-r--r-- | community/mlt/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD index 85ac97bf8..4eb4cd9b2 100644 --- a/community/mlt/PKGBUILD +++ b/community/mlt/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81311 2012-12-17 10:05:50Z spupykin $ +# $Id: PKGBUILD 83305 2013-01-29 09:44:40Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Fabian Schoelzel <myfirstname.mylastname@googlemail.com> # Contributor: funkyou <spamopfer@nickname.berlin.de> @@ -7,7 +7,7 @@ pkgbase=mlt pkgname=('mlt' 'mlt-python-bindings') -pkgver=0.8.6 +pkgver=0.8.8 pkgrel=1 pkgdesc="An open source multimedia framework" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ makedepends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'gtk2' 'ff 'frei0r-plugins' 'swig' 'python2' "jack" "ladspa") source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz ffmpeg.patch) -md5sums=('8d2c5b0f24a8b90fb44961920e3770ff' +md5sums=('06de4052cffd6760c468d7da9557edae' 'c28b4691d1715432d4de0055f4e2f5eb') build() { |