Date: Friday, September 3, 2010 @ 07:24:13 Author: remy Revision: 89700
upgpkg: brltty 4.1-4 Rebuild for python2. Modified: brltty/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-09-03 10:47:07 UTC (rev 89699) +++ PKGBUILD 2010-09-03 11:24:13 UTC (rev 89700) @@ -4,12 +4,12 @@ pkgname=brltty pkgver=4.1 -pkgrel=3 +pkgrel=4 pkgdesc="Braille display driver for Linux/Unix" arch=('i686' 'x86_64') url="http://mielke.cc/brltty" license=('GPL' 'LGPL') -depends=('libxaw' 'at-spi' 'gpm' 'icu' 'python' 'tcl' 'atk' 'libxtst') +depends=('libxaw' 'at-spi' 'gpm' 'icu' 'python2' 'tcl' 'atk' 'libxtst') makedepends=('pyrex' 'bluez') optdepends=('bluez: bluetooth support') backup=(etc/brltty.conf etc/conf.d/brltty.conf) @@ -29,7 +29,8 @@ --localstatedir=/var \ --enable-gpm \ --disable-java-bindings \ - --disable-caml-bindings + --disable-caml-bindings \ + PYTHON=/usr/bin/python2 make || return 1 }