diff options
author | root <root@rshg054.dnsready.net> | 2012-03-16 00:01:21 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-16 00:01:21 +0000 |
commit | cd326e60e1e54ebe83bd700850b313c69f419eef (patch) | |
tree | b15df594ae07c150fff4a55c0d1a01885b232dd0 /community/sunpinyin/PKGBUILD | |
parent | 14635ca5380a480450a66c3fcc29992d29a2bd8e (diff) |
Fri Mar 16 00:01:21 UTC 2012
Diffstat (limited to 'community/sunpinyin/PKGBUILD')
-rw-r--r-- | community/sunpinyin/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/sunpinyin/PKGBUILD b/community/sunpinyin/PKGBUILD index 55c909ffe..572cd76a2 100644 --- a/community/sunpinyin/PKGBUILD +++ b/community/sunpinyin/PKGBUILD @@ -1,12 +1,14 @@ +# $Id: PKGBUILD 67784 2012-03-14 12:19:33Z giovanni $ # Maintainer: Thomas Dziedzic < gostrc at gmail > pkgname=sunpinyin pkgver=2.0.3 -pkgrel=1 -pkgdesc='SunPinYin is a Statistical Language Model based pinyin IME by Sun.' +pkgrel=2 +pkgdesc="Statistical Language Model based pinyin IME by Sun" arch=('i686' 'x86_64') -url='http://sunpinyin.googlecode.com' +url="http://sunpinyin.googlecode.com" license=('LGPL') +depends=('sqlite3' 'gcc-libs') makedepends=('scons') source=("http://sunpinyin.googlecode.com/files/sunpinyin-${pkgver}.tar.gz") md5sums=('bc1cd4d7d48a73276dfe4c9f5a434cc7') |