summaryrefslogtreecommitdiff
path: root/community/libpinyin
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-17 10:46:15 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-17 10:46:15 +0100
commite30ba9d4c857530c2fbb3cc82236a49676d5ebc9 (patch)
tree966498ac914356462e691b8e550ab1f1d069074c /community/libpinyin
parent69f67102b7a02871e32a079ffb789d5fca72a746 (diff)
parentc6f4cd18ab706868be0eff10327a0dcd58cecdf3 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/cantata/PKGBUILD community/ffmpeg-compat/PKGBUILD community/v8/PKGBUILD core/e2fsprogs/PKGBUILD core/groff/PKGBUILD core/openssl/PKGBUILD extra/avidemux/PKGBUILD extra/ffmpeg/PKGBUILD extra/glpk/PKGBUILD extra/gstreamer0.10-ugly/PKGBUILD extra/mediastreamer/PKGBUILD extra/netcdf/PKGBUILD extra/octave/PKGBUILD extra/opal/PKGBUILD extra/sox/PKGBUILD extra/x264/PKGBUILD
Diffstat (limited to 'community/libpinyin')
-rw-r--r--community/libpinyin/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/libpinyin/PKGBUILD b/community/libpinyin/PKGBUILD
index 9ee1c424e..0400e7448 100644
--- a/community/libpinyin/PKGBUILD
+++ b/community/libpinyin/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 80277 2012-11-19 05:28:17Z fyan $
+# $Id: PKGBUILD 84313 2013-02-16 09:44:07Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Yangtse <yangtsesu@gmail.com>
# Contributor: WU Jun <quark at lihdd dot net>
pkgname=libpinyin
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="Library to deal with pinyin."
arch=('i686' 'x86_64' 'mips64el')
@@ -12,8 +12,8 @@ url="https://github.com/libpinyin/libpinyin"
license=('GPL')
depends=('db' 'glib2')
options=(!libtool)
-source=("https://github.com/downloads/libpinyin/libpinyin/${pkgname}-lite-${pkgver}.tar.gz"
- 'https://github.com/downloads/libpinyin/libpinyin/model.text.tar.gz')
+source=("https://github.com/libpinyin/libpinyin/archive/${pkgver}.tar.gz"
+ "http://downloads.sourceforge.net/libpinyin/model.text.tar.gz")
noextract=("model.text.tar.gz")
build() {
@@ -29,5 +29,5 @@ package() {
cd "${srcdir}/libpinyin-$pkgver"
make DESTDIR="${pkgdir}" install
}
-md5sums=('e53cc51355a79acf187d768befbfcff8'
+md5sums=('5127f673efe08dd27dc96ef8a7953956'
'59be0e37b0834e41be9786d3b2fcc129')