diff options
author | root <root@rshg054.dnsready.net> | 2012-11-12 01:31:01 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-12 01:31:01 -0800 |
commit | b863c91c6c9218e2ad9458231b24385be177ed08 (patch) | |
tree | da88c798b067fd2af9ad0c2237917826cef02c8e /community/ibus-table | |
parent | c1c596c922f0dc8622339011db936c531647203d (diff) |
Mon Nov 12 01:30:54 PST 2012
Diffstat (limited to 'community/ibus-table')
-rw-r--r-- | community/ibus-table/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/ibus-table/PKGBUILD b/community/ibus-table/PKGBUILD index eb75f17bd..a6e95cf1a 100644 --- a/community/ibus-table/PKGBUILD +++ b/community/ibus-table/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 56830 2011-10-14 06:44:36Z ebelanger $ +# $Id: PKGBUILD 79721 2012-11-11 15:10:35Z fyan $ +# Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: coderoar <coderoar@gmail.com> # Contributor: leemars <leemars@gmail.com> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> +# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=ibus-table -pkgver=1.3.9.20110827 +pkgver=1.4.99.20121112 pkgrel=1 pkgdesc='The IM Engine framework for table-based input methods, such as ZhengMa, WuBi, ErBi, CangJie and so on.' arch=('i686' 'x86_64') @@ -12,7 +13,6 @@ url="http://code.google.com/p/ibus/" license=('LGPL') depends=('python2-pyenchant' 'ibus' 'aspell-en') source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -md5sums=('251e2c8ace8ed265d780b30755afc163') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -32,3 +32,4 @@ package() { make DESTDIR="${pkgdir}" install } +md5sums=('85c3a57bcbb052d3222c5b6d07e0e565') |