diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-06-23 14:47:42 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-06-23 14:47:42 -0300 |
commit | 4617f61701a16ab6dde0c7f318e68ed2969017b0 (patch) | |
tree | dd2275d2ea69383cfed8586ba35ce10cb46a1d94 /community/fcitx-rime | |
parent | 0a728393e9b68e96747af1937a7b69b503cd86ef (diff) | |
parent | 8d87c082149a6574a1d17d3c28ab2cb65a1e1d96 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/luaposix/PKGBUILD
extra/mesa/PKGBUILD
Diffstat (limited to 'community/fcitx-rime')
-rw-r--r-- | community/fcitx-rime/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/fcitx-rime/PKGBUILD b/community/fcitx-rime/PKGBUILD index ae50ee9ed..5a76e66ec 100644 --- a/community/fcitx-rime/PKGBUILD +++ b/community/fcitx-rime/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90138 2013-05-07 05:26:33Z fyan $ +# $Id: PKGBUILD 92965 2013-06-21 05:40:07Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: lh <jason52lh@gmail.com> pkgname=fcitx-rime -pkgver=0.2.0 -pkgrel=2 +pkgver=0.2.1 +pkgrel=1 pkgdesc='Fcitx Wrapper for librime' arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/fcitx" @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('34e9bd76f96d93dd99a6af2ed25d8e26') +md5sums=('81fd0c0b7bf55881b5cb1fc87dde19a4') |