diff options
Diffstat (limited to 'testing/fcitx')
-rw-r--r-- | testing/fcitx/PKGBUILD | 12 |
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} \ |