diff options
author | root <root@rshg054.dnsready.net> | 2012-10-22 01:08:23 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-22 01:08:23 -0700 |
commit | 99746708edfd2c56f2ba654a14f27e98b1601a43 (patch) | |
tree | c54c0eba66ad0190e1be5b54fbdb73b875936943 /testing/empathy | |
parent | 80b6d46a5c9da3f9d0db207d9d0adc265899a915 (diff) |
Mon Oct 22 01:08:14 PDT 2012
Diffstat (limited to 'testing/empathy')
-rw-r--r-- | testing/empathy/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/empathy/PKGBUILD b/testing/empathy/PKGBUILD index 3c814c345..3e619e29b 100644 --- a/testing/empathy/PKGBUILD +++ b/testing/empathy/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 169262 2012-10-18 19:29:01Z jgc $ +# $Id: PKGBUILD 169460 2012-10-21 14:03:14Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=empathy -pkgver=3.6.0.2 +pkgver=3.6.1 pkgrel=1 pkgdesc="A GNOME instant messaging client using the Telepathy framework." arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ options=('!libtool') groups=('gnome-extra') install=empathy.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('3c27db67236249e60ee0439d6a1098729939731ce597b724a058c8ce2eb659f9') +sha256sums=('12d936a39182500da7541bdd42327949c241b454fde462be52d137aae3c56183') build() { cd $pkgname-$pkgver |