diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-14 11:07:38 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-14 11:07:38 +0100 |
commit | c8a6e62e24256833cac740194205534c19c4e86a (patch) | |
tree | 49773e0db190489895974b0522c010636ea45b9c /extra/empathy | |
parent | c0a02f08d66969b92325d421354f4def5c23f84c (diff) | |
parent | 6fa5f08247aef1f757f376ef12bd4a6257c124f2 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Diffstat (limited to 'extra/empathy')
-rw-r--r-- | extra/empathy/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/empathy/PKGBUILD b/extra/empathy/PKGBUILD index d513df2ae..03b07d76a 100644 --- a/extra/empathy/PKGBUILD +++ b/extra/empathy/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 170065 2012-10-31 13:32:53Z ibiru $ +# $Id: PKGBUILD 170935 2012-11-13 16:33:01Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=empathy -pkgver=3.6.1 -pkgrel=2 +pkgver=3.6.2 +pkgrel=1 pkgdesc="A GNOME instant messaging client using the Telepathy framework." arch=('i686' 'x86_64' 'mips64el') url="http://live.gnome.org/Empathy" @@ -20,7 +20,7 @@ options=('!libtool' '!makeflags') groups=('gnome-extra') install=empathy.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('12d936a39182500da7541bdd42327949c241b454fde462be52d137aae3c56183') +sha256sums=('707bf283f37e8b91816c78742d9ebf9e3effc4206a3ecc3e4c0cfbbf8ce0fd26') build() { cd $pkgname-$pkgver |