diff options
Diffstat (limited to 'community/flumotion')
-rw-r--r-- | community/flumotion/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/flumotion/PKGBUILD b/community/flumotion/PKGBUILD index 531c49b97..216069a0f 100644 --- a/community/flumotion/PKGBUILD +++ b/community/flumotion/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 47404 2011-05-22 20:37:23Z tdziedzic $ +# $Id: PKGBUILD 55283 2011-09-08 19:32:44Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> # Contributor: William Rea <sillywilly@gmail.com> pkgname=flumotion -pkgver=0.8.1 +pkgver=0.9.1 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="A streaming media server" @@ -17,7 +17,7 @@ depends=('gtk2' 'pygtk' 'gstreamer0.10-python' 'kiwi' 'gstreamer0.10-good-plugin 'gstreamer0.10-base-plugins' 'python2-pyopenssl' 'twisted' 'gnome-vfs') makedepends=('perlxml') source=(http://www.flumotion.net/src/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('8970bb126a1720ae3f0b2d02924e5700') +md5sums=('b2fa7c2e7ce8e2a5415f9096bfce783b') build() { cd "$srcdir/$pkgname-$pkgver" |