diff --git a/srcpkgs/fcitx5/template b/srcpkgs/fcitx5/template index 25ab9570488..37b5b9316d3 100644 --- a/srcpkgs/fcitx5/template +++ b/srcpkgs/fcitx5/template @@ -1,6 +1,6 @@ # Template file for 'fcitx5' pkgname=fcitx5 -version=5.0.18 +version=5.0.19 revision=1 build_style=cmake build_helper=qemu @@ -21,7 +21,7 @@ homepage="https://fcitx-im.org/wiki/Fcitx" _en_dict_ver=20121020 distfiles="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${version}.tar.xz https://download.fcitx-im.org/data/en_dict-${_en_dict_ver}.tar.gz" -checksum="6803f65b9f26e70e0498809f2b0f973b06340f484793d58dde08f2498bd8c6f5 +checksum="ae05bec1843becd69451971c1e03c163e19ea59f32919fb99494ec9935f159ef c44a5d7847925eea9e4d2d04748d442cd28dd9299a0b572ef7d91eac4f5a6ceb" skip_extraction=en_dict-${_en_dict_ver}.tar.gz lib32disabled=yes @@ -30,7 +30,7 @@ lib32disabled=yes post_extract() { local _distdir=${XBPS_SRCDISTDIR}/${pkgname}-${version} - cp ${_distdir}/en_dict-${_en_dict_ver}.tar.gz src/modules/spell/dict + cp ${_distdir}/en_dict-${_en_dict_ver}.tar.gz src/modules/spell/ } post_install() {