From c6f4cd18ab706868be0eff10327a0dcd58cecdf3 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 17 Feb 2013 00:45:16 -0800 Subject: Sun Feb 17 00:45:00 PST 2013 --- community/libpinyin/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/libpinyin') diff --git a/community/libpinyin/PKGBUILD b/community/libpinyin/PKGBUILD index 5fa6043b9..27e115ca6 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 # Contributor: Yangtse # Contributor: WU Jun pkgname=libpinyin -pkgver=0.8.0 +pkgver=0.8.1 pkgrel=1 pkgdesc="Library to deal with pinyin." arch=('i686' 'x86_64') @@ -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') -- cgit v1.2.3-54-g00ecf