Date: Saturday, July 27, 2013 @ 20:39:26 Author: eric Revision: 191613
upgpkg: ibus 1.5.3-1 Upstream update, Remove python2-xdg depends, Add libnotify support Modified: ibus/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-07-27 18:31:35 UTC (rev 191612) +++ PKGBUILD 2013-07-27 18:39:26 UTC (rev 191613) @@ -5,18 +5,18 @@ # Maintainer: Brad Fanella <[email protected]> pkgname=ibus -pkgver=1.5.2 -pkgrel=2 +pkgver=1.5.3 +pkgrel=1 pkgdesc="Next Generation Input Bus for Linux" arch=('i686' 'x86_64') url="http://ibus.googlecode.com" license=('LGPL') -depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-xdg' 'python2-gobject') +depends=('hicolor-icon-theme' 'gtk2' 'gtk3' 'python2-gobject' 'libnotify') makedepends=('gobject-introspection' 'vala' 'dconf' 'iso-codes' 'intltool') options=('!libtool') install=ibus.install source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) -sha1sums=('a7e1695731b4c954fa8897d091e6dda64e08b28c') +sha1sums=('51ba186cbf5e1e194ba0cd22b81f00d9d40ec521') build() { cd ${pkgname}-${pkgver}
