[arch-commits] Commit in libpinyin/trunk (PKGBUILD)

Felix Yan fyan at nymeria.archlinux.org
Sat Feb 16 09:42:13 UTC 2013


    Date: Saturday, February 16, 2013 @ 10:42:13
  Author: fyan
Revision: 84312

upgpkg: libpinyin 0.8.1-1

Modified:
  libpinyin/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-16 09:13:26 UTC (rev 84311)
+++ PKGBUILD	2013-02-16 09:42:13 UTC (rev 84312)
@@ -4,7 +4,7 @@
 # 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')
@@ -12,8 +12,8 @@
 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 @@
   cd "${srcdir}/libpinyin-$pkgver"
   make DESTDIR="${pkgdir}" install
 }
-md5sums=('e53cc51355a79acf187d768befbfcff8'
+md5sums=('5127f673efe08dd27dc96ef8a7953956'
          '59be0e37b0834e41be9786d3b2fcc129')




More information about the arch-commits mailing list