Date: Sunday, October 12, 2014 @ 04:55:58 Author: fyan Revision: 120550
upgpkg: ibus-sunpinyin 2.0.3.20130307-2 fix dependency on pygtk (FS#42243) Modified: ibus-sunpinyin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-12 02:50:32 UTC (rev 120549) +++ PKGBUILD 2014-10-12 02:55:58 UTC (rev 120550) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> # Contributor: Daniel J Griffiths <[email protected]> pkgname=ibus-sunpinyin @@ -6,12 +6,12 @@ _pkgname=sunpinyin pkgver=2.0.3.20130307 _commit=64e26d9ed1f617e59ff37c2efc0be97727c799a1 -pkgrel=1 +pkgrel=2 pkgdesc="IBus Wrapper for sunpinyin" arch=('i686' 'x86_64') url="http://sunpinyin.googlecode.com" license=('LGPL') -depends=('sunpinyin>2.0.3' 'sunpinyin-data' 'ibus') +depends=('sunpinyin>2.0.3' 'sunpinyin-data' 'ibus' 'pygtk') makedepends=('git' 'scons') source=("git://github.com/sunpinyin/sunpinyin.git#commit=$_commit") md5sums=("SKIP")
