fcitx-sunpinyin: update to 0.4.2

This commit is contained in:
Jeff Huang 2017-09-16 07:42:21 +01:00
parent 552388ba04
commit a37fba407c

View File

@ -1,17 +1,9 @@
#
# Apps Packages for Chakra, part of chakra-project.org
#
# Maintainer: Neo Kolokotronis <tetris4@gmail.com>
# Contributor: csslayer <wengxt AT gmail com>
# include global config
pkgname=fcitx-sunpinyin pkgname=fcitx-sunpinyin
pkgver=0.4.1 pkgver=0.4.2
pkgrel=3 pkgrel=1
pkgdesc="Fcitx Wrapper for sunpinyin." pkgdesc="Fcitx Wrapper for sunpinyin."
arch=('i686' 'x86_64') arch=('x86_64')
url="http://code.google.com/p/fcitx" url="https://github.com/fcitx/fcitx-sunpinyin"
license=('GPL') license=('GPL')
depends=('fcitx>=4.2.7' 'sunpinyin>=2.0.3' 'sunpinyin-data') depends=('fcitx>=4.2.7' 'sunpinyin>=2.0.3' 'sunpinyin-data')
makedepends=('cmake') makedepends=('cmake')
@ -32,4 +24,4 @@ package ()
cd "$srcdir/${pkgname}-${pkgver}/build" cd "$srcdir/${pkgname}-${pkgver}/build"
make DESTDIR=${pkgdir} install make DESTDIR=${pkgdir} install
} }
md5sums=('7a64ed52b81a3fff38caba0cee0cea25') md5sums=('32cd95e421a4a7afb5b247362bdedf75')