--- PKGBUILD 2014-01-28 20:19:28.634810222 +0200 +++ PKGBUILD_py3 2014-01-28 20:23:14.728460664 +0200 @@ -7,12 +7,12 @@ pkgname=('pidgin' 'libpurple' 'finch') pkgver=2.10.8 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://pidgin.im/" license=('GPL') makedepends=('startup-notification' 'gtkspell' 'libxss' 'nss' 'libsasl' 'libsm' - 'libidn' 'python2' 'hicolor-icon-theme' 'farstream-0.1' 'avahi' + 'libidn' 'python' 'hicolor-icon-theme' 'farstream-0.1' 'avahi' 'tk' 'ca-certificates' 'intltool' 'networkmanager') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2{,.asc}) sha256sums=('b633367e3588ff3e615d68e812302dfdbe32e73693cbe42a0d827b7aed7a8227' @@ -21,10 +21,6 @@ build() { cd "$srcdir/$pkgname-$pkgver" - # Use Python 2 - sed -i 's/env python$/&2/' */plugins/*.py \ - libpurple/purple-{remote,notifications-example,url-handler} - ./configure \ --prefix=/usr \ --sysconfdir=/etc \ @@ -34,7 +30,6 @@ --enable-cyrus-sasl \ --disable-doxygen \ --enable-nm \ - --with-python=/usr/bin/python2 \ --with-system-ssl-certs=/etc/ssl/certs make }