diff --git a/srcpkgs/fcitx5-lua/template b/srcpkgs/fcitx5-lua/template index 1952c78ae47..1c1ab31f168 100644 --- a/srcpkgs/fcitx5-lua/template +++ b/srcpkgs/fcitx5-lua/template @@ -1,6 +1,6 @@ # Template file for 'fcitx5-lua' pkgname=fcitx5-lua -version=5.0.6 +version=5.0.7 revision=1 build_style=cmake configure_args="-DUSE_DLOPEN=No" @@ -14,16 +14,9 @@ maintainer="Đoàn Trần Công Danh " license="LGPL-2.1-or-later" homepage="https://github.com/fcitx/fcitx5-lua" distfiles="https://download.fcitx-im.org/fcitx5/fcitx5-lua/fcitx5-lua-${version}.tar.xz" -checksum=bd55815df13cfee8b0ac90dab1dec0aca6b1b3943f80543b04a0cf2e8f03c8a9 +checksum=bff8e5143912b212726b2bab8cf62bbd11ca4f3837b65cb8ce94a7c56fc15f2d lib32disabled=yes -pre_build() { - mkdir -p native - $CXX_FOR_BUILD $CXXFLAGS_FOR_BUILD $LDFLAGS_FOR_BUILD \ - -o native/file2cstring src/file2cstring/file2cstring.cpp - PATH="${wrksrc}/native:$PATH" -} - fcitx5-lua-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files"