diff options
Diffstat (limited to 'testing/telepathy-farstream/PKGBUILD')
-rw-r--r-- | testing/telepathy-farstream/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/telepathy-farstream/PKGBUILD b/testing/telepathy-farstream/PKGBUILD index 7e4b13e18..bb53eeff1 100644 --- a/testing/telepathy-farstream/PKGBUILD +++ b/testing/telepathy-farstream/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 155262 2012-04-01 11:37:07Z heftig $ +# $Id: PKGBUILD 155707 2012-04-05 10:29:28Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=telepathy-farstream -pkgver=0.2.3 +pkgver=0.4.0 pkgrel=1 pkgdesc="A telepathy-backend to use stream engine." arch=(i686 x86_64) @@ -14,7 +14,7 @@ conflicts=('telepathy-farsight') replaces=('telepathy-farsight') options=('!libtool') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('9a5de84f1f4bb4505cc982b4a7fea539') +md5sums=('52d110f8a9f27bce0a6c2c07e18aee56') build() { cd "$pkgname-$pkgver" |