aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2021-02-22 08:21:18 -0500
committerLeo <thinkabit.ukim@gmail.com>2021-02-22 15:01:41 +0000
commit5f02d603fa368c7c41e660bd1c2b3009536a9a18 (patch)
tree91172a027dcf42ff81adde21e7b1a2ce64a15791
parent0205ce67b9f36ab94e271342850827e565741445 (diff)
testing/ibus-anthy: upgrade to 1.5.12
-rw-r--r--testing/ibus-anthy/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/ibus-anthy/APKBUILD b/testing/ibus-anthy/APKBUILD
index 5ab71257522..8f502bb8c8f 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"