diff options
author | root <root@rshg054.dnsready.net> | 2012-03-22 00:01:28 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-22 00:01:28 +0000 |
commit | 39e662ccfbe62ae77d458159d192816171a22f43 (patch) | |
tree | 2484a55934cd77dd33597ab2f214de5b7326cf69 /gnome-unstable/empathy/PKGBUILD | |
parent | a3108a9a809c496e1f6a0e9caf0acebac3889bfb (diff) |
Thu Mar 22 00:01:28 UTC 2012
Diffstat (limited to 'gnome-unstable/empathy/PKGBUILD')
-rw-r--r-- | gnome-unstable/empathy/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnome-unstable/empathy/PKGBUILD b/gnome-unstable/empathy/PKGBUILD index 2ba5c26a5..b34addb5f 100644 --- a/gnome-unstable/empathy/PKGBUILD +++ b/gnome-unstable/empathy/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 152883 2012-03-10 15:13:57Z ibiru $ +# $Id: PKGBUILD 153907 2012-03-20 12:22:04Z ibiru $ # Maintainer: Ionut Biru <ibiru@archlinux.org> pkgname=empathy -pkgver=3.3.91 +pkgver=3.3.92 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=('16d9016642ee6adb1c9abec82a44a9ff7ab33ca39a9735e7f6643cfe87e04ea5') +sha256sums=('d5880cc7bc092ef8b3d6c9eaa903ebdc501326367aee793aca60a8fccea2ed5f') build() { cd "$pkgname-$pkgver" @@ -27,7 +27,6 @@ build() { --sysconfdir=/etc \ --libexecdir=/usr/lib/empathy \ --disable-static \ - --disable-scrollkeeper \ --disable-schemas-compile sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make |