~alpine/aports

testing/ibus-anthy: upgrade to 1.5.12 v1 APPLIED

Drew DeVault: 1
 testing/ibus-anthy: upgrade to 1.5.12

 1 files changed, 3 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3457/mbox | git am -3
Learn more about email & git

[PATCH] testing/ibus-anthy: upgrade to 1.5.12 Export this patch

---
 testing/ibus-anthy/APKBUILD | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/testing/ibus-anthy/APKBUILD b/testing/ibus-anthy/APKBUILD
index 5ab7125752..8f502bb8c8 100644
--- a/testing/ibus-anthy/APKBUILD
+++ b/testing/ibus-anthy/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=ibus-anthy
pkgver=1.5.11
pkgrel=2
pkgver=1.5.12
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
@@ -21,7 +21,6 @@ build() {
	./autogen.sh \
		--prefix=/usr \
		--libexec=/usr/lib/ibus
	gettextize -f
	make
}

@@ -29,4 +28,4 @@ package() {
	make DESTDIR="$pkgdir" install
}

sha512sums="ffdcdecb7c61afe1d52352935144f8b0af7fc0e22efce7b91b60c6c2061bc998362336a41c246887f604126e6bba2b215dbec771636926a9902ec5f761b918b9  ibus-anthy-1.5.11.tar.gz"
sha512sums="9a4e70d1b84bf0c76d86d35dadfb82c556022a9f3b235747467312b3dce20fe1710dab1b6bb1a81157c8997be9ea18278407be0e5edaccf480da5ec7cd7c1e54  ibus-anthy-1.5.12.tar.gz"
-- 
2.30.1