diff options
Diffstat (limited to 'community/ibus-anthy')
-rw-r--r-- | community/ibus-anthy/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ibus-anthy/PKGBUILD b/community/ibus-anthy/PKGBUILD index e6bda9859..c93ffb015 100644 --- a/community/ibus-anthy/PKGBUILD +++ b/community/ibus-anthy/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 47888 2011-05-25 23:35:15Z ebelanger $ +# $Id: PKGBUILD 68017 2012-03-17 00:56:59Z ebelanger $ # Contributor: Rainy <rainylau(at)gmail(dot)com> # Contributor: Lee.MaRS <leemars at gmail dot com> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=ibus-anthy -pkgver=1.2.6 +pkgver=1.2.7 pkgrel=1 pkgdesc="Japanese input method Anthy IMEngine for IBus Framework" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('ibus' 'anthy' 'python2') makedepends=('swig' 'intltool') options=('!libtool') source=(http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) -md5sums=('894c7311f4d5c96b1fdb8b3795446ead') +md5sums=('091a13ff950171981768463993ffb683') build() { cd "${srcdir}/${pkgname}-${pkgver}" |