Date: Friday, February 19, 2010 @ 16:32:20 Author: ibiru Revision: 69294
upgpkg: telepathy-sofiasip 0.6.1-1 update to 0.6.1 Modified: telepathy-sofiasip/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-02-19 17:11:14 UTC (rev 69293) +++ PKGBUILD 2010-02-19 21:32:20 UTC (rev 69294) @@ -2,7 +2,7 @@ # Maintainer : Ionut Biru <ib...@archlinux.org> # Contributor: Timm Preetz <t...@preetz.us> pkgname=telepathy-sofiasip -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=1 pkgdesc="a SIP-protocol connection manager for the Telepathy framework based on SofiaSIP-stack." arch=('i686' 'x86_64') @@ -12,6 +12,7 @@ makedepends=('libxslt') groups=('telepathy') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('a28c5d288465cbdb2debf3eaf11295af') build() { cd "$srcdir/$pkgname-$pkgver" @@ -19,4 +20,3 @@ make || return 1 make DESTDIR="$pkgdir" install || return 1 } -md5sums=('2f68440aebd0a82b24ba234386b375d6')