Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3E2DD780DC1 for <~alpine/aports@lists.alpinelinux.org>; Sat, 25 Dec 2021 06:07:30 +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=1640412106; 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=LWXr3ftH/+YNK9fFRg4ezblfHrwVROGG2bZG/DQzSjQ=; b=NrbDz6UoxK1ppgh8yAlIVgUTSqsk90dDBtYs4RtvKfjM4Pd3yu1MKqvGFxJv6ull03v1Ur x03JXtgK1/lzEOPovr2aGVvFAN72HhqhaO+1kLDwldqHBv/TtrAIoRF8VFWTGWcc5YLBrg v66EgRQpM632yC1NZw1jamxoPKtHO5XBTeO73u5dCE5zFN4DnEF2d2R7ZmIcl1+Ugi87wY y1LdiLzaEmDDIZaI03bLmuPqYHhs+6ZUZ15kYS05660H4V8vF+w5Nke+MBmNswDtsueM41 IIvEMLFU5eSfQyH1/hCEHiUVOoXQUzSv/2YuIHuHqiuMN+9ourJl/C7vZsEFxg== From: Drew DeVault To: ~alpine/aports@lists.alpinelinux.org Cc: Drew DeVault Subject: [PATCH] testing/ibus-anthy: upgrade to 1.5.14 Date: Sat, 25 Dec 2021 07:01:42 +0100 Message-Id: <20211225060142.28586-1-sir@cmpwn.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: cmpwn.com --- testing/ibus-anthy/APKBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/testing/ibus-anthy/APKBUILD b/testing/ibus-anthy/APKBUILD index 465c44189e..e0e5ede966 100644 --- a/testing/ibus-anthy/APKBUILD +++ b/testing/ibus-anthy/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Drew DeVault pkgname=ibus-anthy -pkgver=1.5.12 -pkgrel=1 +pkgver=1.5.14 +pkgrel=0 pkgdesc="Japanese input method Anthy IMEngine for IBus Framework" url="https://github.com/ibus/ibus-anthy" arch="all !s390x !mips !mips64" # ibus needs librsvg which isn't available on s390x @@ -14,8 +14,7 @@ makedepends=" " source="$pkgname-$pkgver.tar.gz::https://github.com/ibus/ibus-anthy/archive/$pkgver.tar.gz" subpackages="$pkgname-lang" -# anthy tests require a running X server -options="!check" +options="!check" # Not sure how to run the test suite, undocumented build() { ./autogen.sh \ @@ -28,4 +27,6 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="9a4e70d1b84bf0c76d86d35dadfb82c556022a9f3b235747467312b3dce20fe1710dab1b6bb1a81157c8997be9ea18278407be0e5edaccf480da5ec7cd7c1e54 ibus-anthy-1.5.12.tar.gz" +sha512sums=" +4d06d4e177df62d22c61bf6ebfda04ddbf545ea1947d0c315e3dfe5e48d9ddc57e5fcc89919ae3b9f7430e6124a5dfb1295f4ca7362fbc35714d627f80fae6d8 ibus-anthy-1.5.14.tar.gz +" -- 2.34.1