diff options
Diffstat (limited to 'community/fcitx-googlepinyin/PKGBUILD')
-rw-r--r-- | community/fcitx-googlepinyin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/fcitx-googlepinyin/PKGBUILD b/community/fcitx-googlepinyin/PKGBUILD index 4ed371008..05e1f1783 100644 --- a/community/fcitx-googlepinyin/PKGBUILD +++ b/community/fcitx-googlepinyin/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80519 2012-11-23 12:06:38Z fyan $ +# $Id: PKGBUILD 81673 2012-12-26 11:44:06Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=fcitx-googlepinyin pkgver=0.1.6 -pkgrel=2 +pkgrel=3 pkgdesc="Fcitx Wrapper for googlepinyin" arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx" @@ -11,7 +11,7 @@ license=('GPL') depends=('fcitx>=4.2.0' 'libgooglepinyin>=0.1.2') makedepends=('cmake' 'intltool') source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") -install='fcitx-googlepinyin.install' +install=fcitx-googlepinyin.install md5sums=('7ee33bbb66d29536819b0d2f73b69713') build() { |