diff options
Diffstat (limited to 'community/ibus-rime/PKGBUILD')
-rw-r--r-- | community/ibus-rime/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ibus-rime/PKGBUILD b/community/ibus-rime/PKGBUILD index 7507f1ec7..58eba088d 100644 --- a/community/ibus-rime/PKGBUILD +++ b/community/ibus-rime/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 80615 2012-11-27 03:11:48Z fyan $ +# $Id: PKGBUILD 82230 2013-01-12 17:16:35Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: GONG Chen <chen dot sst at gmail dot com> # Contributor: 網軍總司令 pkgname=ibus-rime -pkgver=0.9.4 -pkgrel=2 +pkgver=0.9.6 +pkgrel=1 pkgdesc="Rime input method engine for ibus" arch=('i686' 'x86_64') url="http://code.google.com/p/rimeime/" @@ -25,4 +25,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('ec7fdc6f8c772b1c5412be59546bc667') +md5sums=('02d87a0b45f0a03a80e7e10d963d8f4c') |