diff options
Diffstat (limited to 'community/fcitx-sunpinyin/PKGBUILD')
-rw-r--r-- | community/fcitx-sunpinyin/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/fcitx-sunpinyin/PKGBUILD b/community/fcitx-sunpinyin/PKGBUILD index f38d60b45..5a6413427 100644 --- a/community/fcitx-sunpinyin/PKGBUILD +++ b/community/fcitx-sunpinyin/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 82959 2013-01-26 06:44:09Z fyan $ +# $Id: PKGBUILD 93370 2013-07-02 09:47:26Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=fcitx-sunpinyin -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun" arch=('i686' 'x86_64' 'mips64el') @@ -10,8 +10,8 @@ url="http://code.google.com/p/fcitx" license=('GPL') install=fcitx-sunpinyin.install depends=('fcitx>=4.2.7' 'sunpinyin>2.0.3' 'sunpinyin-data' 'gtk-update-icon-cache') -makedepends=('cmake' 'intltool') -source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") +makedepends=('cmake') +source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz") build() { cd "$srcdir/${pkgname}-${pkgver}" @@ -28,4 +28,4 @@ package() { make DESTDIR="${pkgdir}" install } -md5sums=('de2723baf8e5d9092706cd2baf2f21bb') +sha512sums=('7ad9065d86d7bb3ceb6536a0fe3559bf2ba60aebe69e2f07c8dadad1a0a2283a1b85712105c6c2a2bf19b9645c4392204db9c3d1db234618ba7f62ee44eda85c') |