summaryrefslogtreecommitdiff
path: root/testing/fcitx
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-20 00:01:59 +0000
committerroot <root@rshg054.dnsready.net>2012-04-20 00:01:59 +0000
commit68572eac2031955131806e1ab066f5aaac1396e2 (patch)
treea7ad0bf8988effbf1a55c885f968d10660055cf9 /testing/fcitx
parent85ca6bfccdec6939881572fb1154f1a07d54937c (diff)
Fri Apr 20 00:01:59 UTC 2012
Diffstat (limited to 'testing/fcitx')
-rw-r--r--testing/fcitx/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/testing/fcitx/PKGBUILD b/testing/fcitx/PKGBUILD
index 2e4a2d55e..36dc6e8cf 100644
--- a/testing/fcitx/PKGBUILD
+++ b/testing/fcitx/PKGBUILD
@@ -1,22 +1,20 @@
-# $Id: PKGBUILD 155932 2012-04-09 13:40:42Z andyrtr $
+# $Id: PKGBUILD 156468 2012-04-18 17:12:16Z eric $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: csslayer <wengxt AT gmail com>
pkgbase=fcitx
pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt')
-pkgver=4.2.1
-pkgrel=2
+pkgver=4.2.2
+pkgrel=1
arch=('i686' 'x86_64')
url="http://code.google.com/p/fcitx/"
license=('GPL')
makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'dbus-glib' 'icu')
-source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz Fix-for-gcc-4.7.0.patch)
-sha1sums=('74ad009cde48fb1efd48f8d2490fa36ddf36d215'
- '3f9a31d67cdbbb25f2151cb81208f1f3e0dd6e8f')
+source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz)
+sha1sums=('09d2e7110f652027ea7c285c5845070f8a353f38')
build() {
cd "${srcdir}"
- (cd ${pkgbase}-${pkgver}; patch -p1 -i ../Fix-for-gcc-4.7.0.patch)
mkdir build
cd build
cmake ../${pkgbase}-${pkgver} \