fcitx-anthy: update to 0.2.3

This commit is contained in:
Jeff Huang 2017-09-16 06:38:45 +01:00
parent 01f9bcbdfc
commit 959fed3b65

View File

@ -1,14 +1,14 @@
pkgname=fcitx-anthy pkgname=fcitx-anthy
pkgver=0.2.2 pkgver=0.2.3
pkgrel=1 pkgrel=1
pkgdesc="Japanese Input support (Anthy) for fcitx." pkgdesc="Japanese Input support (Anthy) for fcitx."
arch=('x86_64') arch=('x86_64')
url="https://github.com/fcitx/fcitx-anthy" url="https://github.com/fcitx/fcitx-anthy"
license=('GPL') license=('GPL')
depends=('fcitx>=4.2.8' 'anthy') depends=('fcitx>=4.2.9.2' 'anthy')
makedepends=('cmake') makedepends=('cmake')
source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz) source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz)
sha512sums=('a4b1eeba813481cc40617e70bd5ee97d1921dc92bab15cf0bdc059d689c239e46caf9e8aba3403ff6374acfbdea565261a948444fe40fa18d5513797eccbd28d') sha512sums=('2769871059053fb370ba84af7cdf0c461d64724a240d58a5a8889cfd9bfb5d145998f79ed2d06a1ae1ab907f9db04fc122bfaf6957ef572fc833e400ffefc642')
build(){ build(){
cd "$srcdir/${pkgname}-${pkgver}" cd "$srcdir/${pkgname}-${pkgver}"