diff options
author | root <root@rshg054.dnsready.net> | 2012-05-17 00:02:42 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-17 00:02:42 +0000 |
commit | f675762300c4ee2717e029975bb3f94312245276 (patch) | |
tree | 3cb4f1276985f141129f7da1b3b8fad580df2ca3 /extra/empathy | |
parent | a7a5f4160bb345e35c58a565494d4416f601fc17 (diff) |
Thu May 17 00:02:42 UTC 2012
Diffstat (limited to 'extra/empathy')
-rw-r--r-- | extra/empathy/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/empathy/PKGBUILD b/extra/empathy/PKGBUILD index ac6370abe..bb1a57e5c 100644 --- a/extra/empathy/PKGBUILD +++ b/extra/empathy/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 156740 2012-04-23 09:04:26Z ibiru $ +# $Id: PKGBUILD 159026 2012-05-15 10:34:53Z heftig $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=empathy -pkgver=3.4.1 +pkgver=3.4.2 pkgrel=1 pkgdesc="A GNOME instant messaging client using the Telepathy framework." arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ options=('!libtool') groups=('gnome-extra') install=empathy.install source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('b12493f47b932dcd3d8b5101d414a00447a6eea60a575db7211ee24cfe8c4565') +sha256sums=('e68936811d52c0b5419c93a87a81429b09f944d3f6cd65eb1554e6c7d489de32') build() { cd "$pkgname-$pkgver" |