From 39b7ae8b76721c5fee2c741c4b4fcf4736831e16 Mon Sep 17 00:00:00 2001 From: svenper Date: Mon, 15 Feb 2021 00:53:33 +0100 Subject: [PATCH] ibus-rime: update to 1.5.0 --- srcpkgs/ibus-rime/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/ibus-rime/template b/srcpkgs/ibus-rime/template index f46c6a529a1..3563559304b 100644 --- a/srcpkgs/ibus-rime/template +++ b/srcpkgs/ibus-rime/template @@ -1,6 +1,6 @@ # Template file for 'ibus-rime' pkgname=ibus-rime -version=1.4.0 +version=1.5.0 revision=1 build_style=cmake hostmakedepends="pkg-config brise" @@ -11,9 +11,5 @@ maintainer="Young Jin Park " license="GPL-3.0-only" homepage="https://rime.im/" distfiles="https://github.com/rime/ibus-rime/archive/${version}.tar.gz" -checksum=4f20b64cf01ced25eacba185cd1cc6855b373e0728cba4d406356b13a5ec3828 +checksum=e633bde71055b9298837c7fdd73c5694594633e08bf58b6e5cf17bac4959dacb CFLAGS="-fcommon" - -do_install() { - make ${makejobs} PREFIX=${DESTDIR}/usr install -}