Date: Sunday, March 24, 2013 @ 13:43:49 Author: fyan Revision: 86912 upgpkg: fcitx-libpinyin 0.2.91-1
Modified: fcitx-libpinyin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-24 12:00:12 UTC (rev 86911) +++ PKGBUILD 2013-03-24 12:43:49 UTC (rev 86912) @@ -3,7 +3,7 @@ # Contributor: poplarch <[email protected]> pkgname=fcitx-libpinyin -pkgver=0.2.90 +pkgver=0.2.91 pkgrel=1 pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL') depends=('fcitx' 'libpinyin') makedepends=('cmake' 'intltool' 'wget') -source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") +source=("https://github.com/fcitx/$pkgname/archive/$pkgver.tar.gz") install=$pkgname.install build() { @@ -31,4 +31,4 @@ cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } -md5sums=('b19526c18102d8c240f2933d21bbbc81') +md5sums=('060707cb5a296b2cc10542a01fe40de9')
