Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 156E9782C23 for <~alpine/aports@lists.alpinelinux.org>; Sun, 21 Feb 2021 19:30:59 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cmpwn.com; s=key1; t=1613935858; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=SmUqUvu0qO0yWjsXpKi5iL33an71h7jW2U0F1wf/skU=; b=BHin+mKk10//3chyNDcUEqcyZBxvg873p4pozXeZFQmX2TxcCpHmOOLqeKBH5dvhlK8D/+ ie4EMZ4WSXS0rXKGQBPnL4ArGsioGQXqXhJ61zpzzedfILDU6bAu+I7AZ+BLiU7CAdCwQt M/cIlhd6zl9ZGF4jYE+iEk0cctMP0mnnILS+uKr+a7NPI+nC6pwurrhw2jDAPhSZlS9z5B Wx3fRsMdJ/atdK4kBmUASH3Lc8LJ5HC64nOvPrOLd1AFgp+LLhgiPYX0RGqqQL9faeaJM3 Qo7o4Hy0+jGdzkCi/bvd2J/GvohEwbvb8h2ogdI62wrIiwPVtOXCTiOVsORn3A== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] community/ibus: upgrade to 1.5.24 Date: Sun, 21 Feb 2021 14:30:55 -0500 Message-Id: <20210221193055.9677-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: sir@cmpwn.com --- community/ibus/APKBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/community/ibus/APKBUILD b/community/ibus/APKBUILD index 220772d8a5..d954137d9c 100644 --- a/community/ibus/APKBUILD +++ b/community/ibus/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Drew DeVault pkgname=ibus -pkgver=1.5.23 +pkgver=1.5.24 pkgrel=0 pkgdesc="Next Generation Input Bus for Linux" url="https://github.com/ibus/ibus/wiki" @@ -25,7 +25,6 @@ subpackages=" source=" $pkgname-$pkgver.tar.gz::https://github.com/ibus/ibus/archive/$pkgver.tar.gz 0001-Use-more-portable-call-to-mktemp.patch - vala.patch::https://github.com/ibus/ibus/commit/dd4cc5b028c35f9bb8fa9d3bdc8f26bcdfc43d40.patch " install="$pkgname.post-install" @@ -76,6 +75,5 @@ bashcomp() { amove usr/share/bash-completion } -sha512sums="b05637ff03a9977d0e130ea161ff7537c8c2f58953f84e4de4fce6369db1bb979cbd7773c083117cf9c51937537cb0219dc29c6455bb5707c1f7b6cb2d554dd4 ibus-1.5.23.tar.gz -1e2e62ce52becf75d794c403e8f21bb72e8406aacbdbc5189f62a3b7c54166c40da0032d3f3865f5a23d9d2c782f974b7bcc9ba5ce437d9eb435dd3db3ff0b06 0001-Use-more-portable-call-to-mktemp.patch -4de6deb8e188810807915c2ef4d4ca212f162e8b958f585183e6ae4d1792b684efe0bf15ccae17fd18cac699dc99683bbc612ca9111990338b3ab396d08e6263 vala.patch" +sha512sums="e5a0615d60f3b20e788fbdf62952ab549f7e866cb9c9b4dfe58bba30b5ad9829da7c188e7365c605e758e0a820de78151f319e2c7ec11b7e2c16e599c75ce2e2 ibus-1.5.24.tar.gz +1e2e62ce52becf75d794c403e8f21bb72e8406aacbdbc5189f62a3b7c54166c40da0032d3f3865f5a23d9d2c782f974b7bcc9ba5ce437d9eb435dd3db3ff0b06 0001-Use-more-portable-call-to-mktemp.patch" -- 2.30.1