summaryrefslogtreecommitdiff
path: root/community/libpinyin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libpinyin/PKGBUILD')
-rw-r--r--community/libpinyin/PKGBUILD9
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')