diff options
author | root <root@rshg054.dnsready.net> | 2012-10-31 01:35:35 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-31 01:35:35 -0700 |
commit | 5827948456201df72a1bd73e87977c569129fb27 (patch) | |
tree | 4842639ddc958690e68f74c496ea60844200450b /extra/telepathy-farstream/PKGBUILD | |
parent | 455295fdb5009a8cd7b033a93e01f7450fd3087b (diff) |
Wed Oct 31 01:34:59 PDT 2012
Diffstat (limited to 'extra/telepathy-farstream/PKGBUILD')
-rw-r--r-- | extra/telepathy-farstream/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/telepathy-farstream/PKGBUILD b/extra/telepathy-farstream/PKGBUILD index bb91b1e81..8a737e064 100644 --- a/extra/telepathy-farstream/PKGBUILD +++ b/extra/telepathy-farstream/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 156970 2012-04-23 09:10:17Z ibiru $ +# $Id: PKGBUILD 169977 2012-10-30 22:59:51Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=telepathy-farstream -pkgver=0.4.0 +pkgver=0.6.0 pkgrel=1 pkgdesc="A telepathy-backend to use stream engine." arch=(i686 x86_64) url="http://telepathy.freedesktop.org" license=('LGPL2.1') depends=('telepathy-glib' 'farstream') -makedepends=('libxslt' 'gstreamer0.10-python' 'python2-gobject2') +makedepends=('dbus-glib' 'gobject-introspection') conflicts=('telepathy-farsight') replaces=('telepathy-farsight') options=('!libtool') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('52d110f8a9f27bce0a6c2c07e18aee56') +md5sums=('d154350f9f1e3bdba87617c0668481a5') build() { cd "$pkgname-$pkgver" |