diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-09 12:30:57 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-09 12:30:57 -0300 |
commit | 3282ccb6286f172872d887baf49e623c51e0a157 (patch) | |
tree | 73ddd891395a089f724fd9cbcb95c6a28e1ffcce /extra/empathy | |
parent | f22839d3ad483a975a0c5955964bf257c0a0af6b (diff) | |
parent | ddba9670c1518d9b420db6a6dca01a4a4a4136c7 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/virtualbox-modules/PKGBUILD
community-testing/virtualbox/PKGBUILD
community-testing/virtualbox/vbox-service.rc
community-testing/virtualbox/vboxdrv-reference.patch
core/cryptsetup/PKGBUILD
core/ed/PKGBUILD
core/module-init-tools/PKGBUILD
libre/audacious-plugins-libre/PKGBUILD
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 e59d233d7..432c535ea 100644 --- a/extra/empathy/PKGBUILD +++ b/extra/empathy/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 141134 2011-10-24 16:36:03Z ibiru $ +# $Id: PKGBUILD 142286 2011-11-07 20:59:23Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=empathy -pkgver=3.2.1.1 +pkgver=3.2.1.2 pkgrel=1 pkgdesc="A GNOME instant messaging client using the Telepathy framework." arch=('i686' 'x86_64' 'mips64el') @@ -21,7 +21,7 @@ options=('!libtool') groups=('gnome-extra') install=empathy.install source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz) -sha256sums=('2b4ce3184fcd8c2260654f925e4055a7e02513c5eefa4745bcdf82c9039b7681') +sha256sums=('44e149ecadce6269a6d31d93bbd7d4a4bda8d092d4e95de9d5ca09cf067d8ab7') build() { cd "${srcdir}/${pkgname}-${pkgver}" |