diff options
Diffstat (limited to 'extra/empathy/PKGBUILD')
-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 edf14e524..d513df2ae 100644 --- a/extra/empathy/PKGBUILD +++ b/extra/empathy/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 169862 2012-10-30 22:24:57Z heftig $ +# $Id: PKGBUILD 170065 2012-10-31 13:32:53Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=empathy pkgver=3.6.1 -pkgrel=1 +pkgrel=2 pkgdesc="A GNOME instant messaging client using the Telepathy framework." arch=('i686' 'x86_64' 'mips64el') url="http://live.gnome.org/Empathy" @@ -16,7 +16,7 @@ optdepends=('telepathy-gabble: XMPP/Jabber support' 'telepathy-rakia: SIP support' 'telepathy-haze: libpurple support' 'nautilus-sendto: Send files from nautilus') -options=('!libtool') +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) |