diff options
Diffstat (limited to 'extra/pidgin/PKGBUILD')
-rw-r--r-- | extra/pidgin/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/pidgin/PKGBUILD b/extra/pidgin/PKGBUILD index 46e7f0bbd..995881099 100644 --- a/extra/pidgin/PKGBUILD +++ b/extra/pidgin/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 160569 2012-06-02 10:28:46Z bluewind $ +# $Id: PKGBUILD 163104 2012-07-07 05:24:14Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Ionut Biru <ibiru@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -6,8 +6,8 @@ # Contributor: Lucien Immink <l.immink@student.fnt.hvu.nl> pkgname=('pidgin' 'libpurple' 'finch') -pkgver=2.10.4 -pkgrel=2 +pkgver=2.10.6 +pkgrel=1 arch=('i686' 'x86_64' 'mips64el') url="http://pidgin.im/" license=('GPL') @@ -17,7 +17,7 @@ makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm' 'networkmanager') options=('!libtool') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('8fbef835c8dfa2281532ad7064d664477d72015d6dcd4345362dcfe658aaee0e') +sha256sums=('3e25a633b97cbfa8326999a30282e7a662a9b9bbf2853be84af0b8fb60392c96') build() { cd "$srcdir/$pkgname-$pkgver" @@ -69,7 +69,7 @@ package_libpurple(){ depends=('farstream' 'libsasl' 'libidn' 'dbus-glib' 'nss') optdepends=('avahi: Bonjour protocol support' 'ca-certificates: SSL CA certificates' - 'dbus-python: for purple-remote and purple-url-handler' + 'python2-dbus: for purple-remote and purple-url-handler' 'tk: Tcl/Tk scripting support') cd "$srcdir/pidgin-$pkgver" |