From 959fed3b65d54d588917b238f4e385a4b7a55509 Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Sat, 16 Sep 2017 06:38:45 +0100 Subject: [PATCH] fcitx-anthy: update to 0.2.3 --- fcitx-anthy/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fcitx-anthy/PKGBUILD b/fcitx-anthy/PKGBUILD index 08c4385b9..0e210b8df 100644 --- a/fcitx-anthy/PKGBUILD +++ b/fcitx-anthy/PKGBUILD @@ -1,14 +1,14 @@ pkgname=fcitx-anthy -pkgver=0.2.2 +pkgver=0.2.3 pkgrel=1 pkgdesc="Japanese Input support (Anthy) for fcitx." arch=('x86_64') url="https://github.com/fcitx/fcitx-anthy" license=('GPL') -depends=('fcitx>=4.2.8' 'anthy') +depends=('fcitx>=4.2.9.2' 'anthy') makedepends=('cmake') source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz) -sha512sums=('a4b1eeba813481cc40617e70bd5ee97d1921dc92bab15cf0bdc059d689c239e46caf9e8aba3403ff6374acfbdea565261a948444fe40fa18d5513797eccbd28d') +sha512sums=('2769871059053fb370ba84af7cdf0c461d64724a240d58a5a8889cfd9bfb5d145998f79ed2d06a1ae1ab907f9db04fc122bfaf6957ef572fc833e400ffefc642') build(){ cd "$srcdir/${pkgname}-${pkgver}"