diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-16 21:10:42 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-03-16 21:10:42 -0300 |
commit | 846ec2ab218d28aa24dee75503909f9337d67e46 (patch) | |
tree | 012f9c67757ff9638b3b27cfb7a8c8c6c44a92cf /extra/fcitx | |
parent | f24ad15758f8eebcc46cb0c210f888491869d3f0 (diff) | |
parent | 9a940818cc3edb82afac4d73a6474e6e3374f987 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/chmsee/PKGBUILD
extra/kdepim/PKGBUILD
gnome-unstable/gnome-color-manager/PKGBUILD
gnome-unstable/seahorse/PKGBUILD
libre/pacman/PKGBUILD
testing/libreoffice/PKGBUILD
testing/util-linux/PKGBUILD
testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'extra/fcitx')
-rw-r--r-- | extra/fcitx/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/fcitx/PKGBUILD b/extra/fcitx/PKGBUILD index 9d8416a66..d4e1868ee 100644 --- a/extra/fcitx/PKGBUILD +++ b/extra/fcitx/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 148644 2012-02-05 01:57:05Z eric $ +# $Id: PKGBUILD 153564 2012-03-16 02:38:35Z 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.0 +pkgver=4.2.1 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') 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.bz2") -sha1sums=('b3c09f1eda7fb71208d348c34389dc824d6b2a80') +source=("http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz") +sha1sums=('74ad009cde48fb1efd48f8d2490fa36ddf36d215') build() { cd "${srcdir}" |