Date: Wednesday, July 19, 2017 @ 16:20:10 Author: felixonmars Revision: 245689
update url Modified: fcitx-googlepinyin/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-19 16:18:47 UTC (rev 245688) +++ PKGBUILD 2017-07-19 16:20:10 UTC (rev 245689) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> pkgname=fcitx-googlepinyin pkgver=0.1.6 @@ -6,11 +6,11 @@ pkgrel=5 pkgdesc="Fcitx Wrapper for googlepinyin" arch=('i686' 'x86_64') -url="http://code.google.com/p/fcitx" +url="https://github.com/fcitx/fcitx-googlepinyin" license=('GPL') depends=('fcitx' 'libgooglepinyin') makedepends=('cmake' 'intltool') -source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") +source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz") md5sums=('7ee33bbb66d29536819b0d2f73b69713') build() {
