Date: Friday, December 7, 2012 @ 21:06:33 Author: eric Revision: 172982
upgpkg: ibus 1.5.0-1 Upstream update, Add vala makedepends Modified: ibus/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-12-08 01:33:56 UTC (rev 172981) +++ PKGBUILD 2012-12-08 02:06:33 UTC (rev 172982) @@ -5,18 +5,18 @@ # Maintainer: Brad Fanella <[email protected]> pkgname=ibus -pkgver=1.4.99.20121109 +pkgver=1.5.0 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') -makedepends=('gobject-introspection' 'dconf' 'iso-codes' 'intltool') +makedepends=('gobject-introspection' 'vala' 'dconf' 'iso-codes' 'intltool') options=('!libtool') install=ibus.install source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) -sha1sums=('e534d836117b968b8d0eab2eea5a1fac09ea85fb') +sha1sums=('ca810499ca21ab85e4faa8a103cfd461361b723a') build() { cd ${pkgname}-${pkgver}
