diff options
Diffstat (limited to 'community/ibus-rime/PKGBUILD')
-rw-r--r-- | community/ibus-rime/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/ibus-rime/PKGBUILD b/community/ibus-rime/PKGBUILD index fe95d92c2..9ef07caed 100644 --- a/community/ibus-rime/PKGBUILD +++ b/community/ibus-rime/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 82426 2013-01-17 13:14:23Z fyan $ +# $Id: PKGBUILD 83942 2013-02-07 09:33:33Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: GONG Chen <chen dot sst at gmail dot com> # Contributor: 網軍總司令 pkgname=ibus-rime -pkgver=0.9.7 -pkgrel=2 +pkgver=0.9.8 +pkgrel=1 pkgdesc="Rime input method engine for ibus" arch=('i686' 'x86_64') url="http://code.google.com/p/rimeime/" license=('GPL3') -depends=('ibus' 'libnotify' 'librime>=0.9.3' 'brise') +depends=('ibus' 'libnotify' 'librime>=0.9.8' 'brise') makedepends=('cmake') install='ibus-rime.install' source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz") @@ -25,4 +25,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('7234fd5ed900274f83c418c83ef3a630') +md5sums=('813148d4ddc9b14fe099d12a99befe63') |