summaryrefslogtreecommitdiff
path: root/community/fcitx-cloudpinyin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fcitx-cloudpinyin/PKGBUILD')
-rw-r--r--community/fcitx-cloudpinyin/PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/community/fcitx-cloudpinyin/PKGBUILD b/community/fcitx-cloudpinyin/PKGBUILD
index af265a976..9ea80531e 100644
--- a/community/fcitx-cloudpinyin/PKGBUILD
+++ b/community/fcitx-cloudpinyin/PKGBUILD
@@ -1,23 +1,21 @@
-# $Id: PKGBUILD 80517 2012-11-23 12:02:14Z fyan $
+# $Id: PKGBUILD 82972 2013-01-26 07:09:42Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: poplarch <poplarch@gmail.com>
pkgname=fcitx-cloudpinyin
-pkgver=0.3.0
-pkgrel=2
-pkgdesc="Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates"
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates'
arch=('i686' 'x86_64')
-url="https://github.com/csslayer/fcitx-cloudpinyin"
+url="https://github.com/fcitx/fcitx-cloudpinyin"
license=('GPL')
-depends=('curl' 'fcitx>=4.2.6')
-makedepends=('cmake' 'intltool')
+depends=('curl' 'fcitx>=4.2.7')
+makedepends=('cmake')
source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz")
-md5sums=('8bffd65fe2172d61edde46ad53380150')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
- rm -rf build
- mkdir build
+ mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
@@ -28,3 +26,5 @@ package() {
cd "$srcdir/${pkgname}-${pkgver}/build"
make DESTDIR="$pkgdir" install
}
+
+md5sums=('3690930d1412258ad37524448268534e')