[arch-commits] Commit in brltty/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Fri Dec 21 04:09:59 UTC 2012


    Date: Thursday, December 20, 2012 @ 23:09:58
  Author: eric
Revision: 173692

upgpkg: brltty 4.4-2

Rebuild against tcl/tk 8.6, Add python2 fix

Modified:
  brltty/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-21 03:56:05 UTC (rev 173691)
+++ PKGBUILD	2012-12-21 04:09:58 UTC (rev 173692)
@@ -5,7 +5,7 @@
 
 pkgname=brltty
 pkgver=4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Braille display driver for Linux/Unix"
 arch=('i686' 'x86_64')
 url="http://mielke.cc/brltty"
@@ -26,6 +26,7 @@
          '7acecd700b9f94d76fe4a6ad56cb0448')
 build() {
   cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' Tables/latex-access.ctb
   ./configure --prefix=/usr \
     --sysconfdir=/etc \
     --mandir=/usr/share/man \




More information about the arch-commits mailing list