Date: Thursday, October 22, 2015 @ 04:55:05 Author: fyan Revision: 144664
upgpkg: ibus-table 1.9.8-1 Modified: ibus-table/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-22 01:37:07 UTC (rev 144663) +++ PKGBUILD 2015-10-22 02:55:05 UTC (rev 144664) @@ -5,11 +5,11 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=ibus-table -pkgver=1.9.7 +pkgver=1.9.8 pkgrel=1 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/" +url="https://github.com/kaio/ibus-table" license=('LGPL') makedepends=('git' 'docbook2x' 'docbook-sgml') depends=('python-pyenchant' 'ibus' 'aspell-en') @@ -39,4 +39,3 @@ make DESTDIR="${pkgdir}" install } -
