diff options
author | root <root@rshg054.dnsready.net> | 2012-03-29 00:01:17 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-29 00:01:17 +0000 |
commit | 44ded298ebb49500d321ac79b7d0d8bb4d5058ec (patch) | |
tree | 62011c680c3a7a6dbdf4791b1eec2a23daab7b3a /gnome-unstable/pidgin/PKGBUILD | |
parent | a26ce336126d18cde915c2331250b8dfbffc24f8 (diff) |
Thu Mar 29 00:01:17 UTC 2012
Diffstat (limited to 'gnome-unstable/pidgin/PKGBUILD')
-rw-r--r-- | gnome-unstable/pidgin/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnome-unstable/pidgin/PKGBUILD b/gnome-unstable/pidgin/PKGBUILD index 7309d80d8..a9ae8efe5 100644 --- a/gnome-unstable/pidgin/PKGBUILD +++ b/gnome-unstable/pidgin/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 153446 2012-03-14 12:10:51Z foutrelis $ +# $Id: PKGBUILD 154399 2012-03-27 14:35:39Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -6,7 +6,7 @@ # Contributor: Lucien Immink <l.immink@student.fnt.hvu.nl> pkgname=('pidgin' 'libpurple' 'finch') -pkgver=2.10.2 +pkgver=2.10.3 pkgrel=2 arch=('i686' 'x86_64') url="http://pidgin.im/" @@ -17,16 +17,16 @@ makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm' 'networkmanager') options=('!libtool') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2 - port-to-farstream-v2.patch) -sha256sums=('e5cdd29056d36677cb81225c3b36b1bcde64605e201492f6e2fdf27ff24d32b8' - '03ba48e0da1331a976efc28a66810be4f51599a2b8065ac449965e0aefca4482') + port-to-farstream-v3.patch) +sha256sums=('0f67d96231fea3945c2735e6a3b4bd92590ef489fa1511fa69aa6a543cb4168b' + '4c11c10da01855afe865408f29f514672b736830105523fe48aa74676d5052ca') build() { cd "$srcdir/$pkgname-$pkgver" # Apply patch for farsight -> farstream transition # http://developer.pidgin.im/ticket/14936 - patch -Np1 -i "$srcdir/port-to-farstream-v2.patch" + patch -Np1 -i "$srcdir/port-to-farstream-v3.patch" # The farstream patch changes configure.ac autoreconf -vi |