diff options
author | root <root@rshg054.dnsready.net> | 2013-05-08 01:04:35 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-08 01:04:35 -0700 |
commit | d6413cd6dac778aa64e48046ce7110000997ff61 (patch) | |
tree | ea1f6355efa7d2bf83845e79d14d30c2760897e5 /community/librime/PKGBUILD | |
parent | da0a0d88caa1bf934ebf314ef86e15928dbb027b (diff) |
Wed May 8 01:04:33 PDT 2013
Diffstat (limited to 'community/librime/PKGBUILD')
-rw-r--r-- | community/librime/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/librime/PKGBUILD b/community/librime/PKGBUILD index 22775c8e7..073cc7eff 100644 --- a/community/librime/PKGBUILD +++ b/community/librime/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 87418 2013-03-31 19:18:22Z stephane $ +# $Id: PKGBUILD 90135 2013-05-07 05:26:30Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: GONG Chen <chen dot sst at gmail dot com> # Contributor: 網軍總司令 pkgname=librime -pkgver=0.9.8 +pkgver=0.9.9 pkgrel=2 pkgdesc="Rime input method engine" arch=('i686' 'x86_64') url="http://code.google.com/p/rimeime/" license=('GPL3') -depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp') +depends=('boost' 'google-glog' 'kyotocabinet' 'opencc' 'yaml-cpp>=0.5') optdepends=('brise: Rime schema repository') makedepends=('cmake') source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz") @@ -25,4 +25,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('2ef61458bd5b08652ae0ca190af072ba') +md5sums=('bd705cd3e4c7ab6e47d983b07044769f') |