From 086e11d9e484029a883968a435d9936fc506815a Mon Sep 17 00:00:00 2001 From: 7185 <7185@users.noreply.github.com> Date: Thu, 23 May 2019 01:08:27 +0200 Subject: [PATCH] ibus-anthy: update to 1.5.11. --- srcpkgs/ibus-anthy/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ibus-anthy/template b/srcpkgs/ibus-anthy/template index 84b624c3bdd..d975b44e854 100644 --- a/srcpkgs/ibus-anthy/template +++ b/srcpkgs/ibus-anthy/template @@ -1,10 +1,10 @@ # Template file for 'ibus-anthy' pkgname=ibus-anthy -version=1.5.10 +version=1.5.11 revision=1 build_style=gnu-configure configure_args="--libexec=/usr/lib/ibus $(vopt_enable gir introspection)" -hostmakedepends="automake gettext-devel $(vopt_if gir gobject-introspection) intltool pkg-config swig" +hostmakedepends="automake gettext-devel $(vopt_if gir gobject-introspection) libtool pkg-config swig" makedepends="anthy-devel ibus-devel python-gobject-devel" depends="ibus" short_desc="Japanese input method Anthy IMEngine for IBus Framework" @@ -12,7 +12,7 @@ maintainer="7185 <7185@free.fr>" license="LGPL-2.1-or-later" homepage="https://github.com/ibus/ibus/wiki" distfiles="https://github.com/ibus/${pkgname}/archive/${version}.tar.gz" -checksum=fee0919d8b148815c033ea4c87c6ee464c6ba146da0adbccbef18a11fe7dbb26 +checksum=57d42a302be72409708274aa680c6d7515077766853a2b9193b9974c9c6eeaf6 # Package build options build_options="gir" @@ -24,5 +24,4 @@ fi pre_configure() { autoreconf -fi - intltoolize -f }