diff options
Diffstat (limited to 'community/fcitx-cloudpinyin/PKGBUILD')
-rw-r--r-- | community/fcitx-cloudpinyin/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/fcitx-cloudpinyin/PKGBUILD b/community/fcitx-cloudpinyin/PKGBUILD index 9ea80531e..4fd88ffc8 100644 --- a/community/fcitx-cloudpinyin/PKGBUILD +++ b/community/fcitx-cloudpinyin/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 82972 2013-01-26 07:09:42Z fyan $ +# $Id: PKGBUILD 93364 2013-07-02 09:47:21Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: poplarch <poplarch@gmail.com> pkgname=fcitx-cloudpinyin -pkgver=0.3.1 +pkgver=0.3.2 pkgrel=1 pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="https://github.com/fcitx/fcitx-cloudpinyin" license=('GPL') depends=('curl' 'fcitx>=4.2.7') makedepends=('cmake') -source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") +source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz") build() { cd "$srcdir/${pkgname}-${pkgver}" @@ -27,4 +27,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('3690930d1412258ad37524448268534e') +sha512sums=('ddda528f72ffd200ae78b4b2d9791e20576a220d0b15e4c55e9bd1977188c65696ca2a522acbb27177b2b22b33cdc41774d1ce111eb090adaba8fcc97f12cd8e') |