diff options
author | root <root@rshg054.dnsready.net> | 2012-12-08 02:04:18 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-08 02:04:18 -0800 |
commit | b8c6ff8db00ce5eec5e6f20a90e8f8ec993ef3d5 (patch) | |
tree | d5f2cb92d1607745717cde77e321269c384da4bb /extra/ibus | |
parent | 7de07e40e2c0c078a35c5092e1f2defb65d1741e (diff) |
Sat Dec 8 01:58:23 PST 2012
Diffstat (limited to 'extra/ibus')
-rw-r--r-- | extra/ibus/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/ibus/PKGBUILD b/extra/ibus/PKGBUILD index 8d55c9c74..09f560671 100644 --- a/extra/ibus/PKGBUILD +++ b/extra/ibus/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 170696 2012-11-09 20:17:29Z eric $ +# $Id: PKGBUILD 172983 2012-12-08 02:06:48Z eric $ # Contributor: Rainy <rainylau(at)gmail(dot)com> # Contributor: Lee.MaRS <leemars at gmail dot com> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Maintainer: Brad Fanella <bradfanella@archlinux.us> 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} |