diff options
author | root <root@rshg054.dnsready.net> | 2012-11-20 02:04:03 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-20 02:04:03 -0800 |
commit | 0a05643b928d724c048e4306955642d91f24d33c (patch) | |
tree | 0a11cb4c40549d5a7359a86fccf6e05f65c52128 /community/libpinyin | |
parent | 705d29694fd61c47a57ccec531e73d87a2960021 (diff) |
Tue Nov 20 02:04:03 PST 2012
Diffstat (limited to 'community/libpinyin')
-rw-r--r-- | community/libpinyin/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/libpinyin/PKGBUILD b/community/libpinyin/PKGBUILD index 106e8fe20..5fa6043b9 100644 --- a/community/libpinyin/PKGBUILD +++ b/community/libpinyin/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 79781 2012-11-12 13:17:19Z fyan $ +# $Id: PKGBUILD 80277 2012-11-19 05:28:17Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Yangtse <yangtsesu@gmail.com> # Contributor: WU Jun <quark at lihdd dot net> pkgname=libpinyin -pkgver=0.7.92 +pkgver=0.8.0 pkgrel=1 pkgdesc="Library to deal with pinyin." arch=('i686' 'x86_64') @@ -16,9 +16,6 @@ source=("https://github.com/downloads/libpinyin/libpinyin/${pkgname}-lite-${pkgv 'https://github.com/downloads/libpinyin/libpinyin/model.text.tar.gz') noextract=("model.text.tar.gz") -md5sums=('697778a2164f0176add124788b1c85bb' - '59be0e37b0834e41be9786d3b2fcc129') - build() { cd "${srcdir}/${pkgname}-${pkgver}" cp "${srcdir}/model.text.tar.gz" "${srcdir}/${pkgname}-${pkgver}/data/" @@ -32,3 +29,5 @@ package() { cd "${srcdir}/libpinyin-$pkgver" make DESTDIR="${pkgdir}" install } +md5sums=('e53cc51355a79acf187d768befbfcff8' + '59be0e37b0834e41be9786d3b2fcc129') |