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

Felix Yan fyan at nymeria.archlinux.org
Mon Jun 2 13:43:48 UTC 2014


    Date: Monday, June 2, 2014 @ 15:43:48
  Author: fyan
Revision: 112470

upgpkg: ibus-table 1.7.0-2

- fix: use correct python

Modified:
  ibus-table/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-02 13:12:15 UTC (rev 112469)
+++ PKGBUILD	2014-06-02 13:43:48 UTC (rev 112470)
@@ -6,7 +6,7 @@
 
 pkgname=ibus-table
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='IM Engine framework for table-based input methods, such as ZhengMa, WuBi, ErBi, CangJie and so on'
 arch=('any')
 url="http://code.google.com/p/ibus/"
@@ -32,7 +32,7 @@
 build() {
   cd $pkgname
 
-  PYTHON=/usr/bin/python2 ./autogen.sh \
+  PYTHON=/usr/bin/python3 ./autogen.sh \
     --prefix=/usr \
     --libexecdir=/usr/lib/ibus
 




More information about the arch-commits mailing list