* update ibus to 1.5.30-3.1

This commit is contained in:
Alexander Baldeck 2024-10-18 10:35:01 +02:00
parent 900055bb6a
commit d6c3f7bf34
2 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
pkgbase = ibus pkgbase = ibus
pkgdesc = Intelligent input bus for Linux/Unix pkgdesc = Intelligent input bus for Linux/Unix
pkgver = 1.5.30 pkgver = 1.5.30
pkgrel = 3 pkgrel = 3.1
url = https://github.com/ibus/ibus/wiki url = https://github.com/ibus/ibus/wiki
arch = x86_64 arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL-2.1-or-later license = LGPL-2.1-or-later
makedepends = glib2-devel makedepends = glib2-devel
makedepends = gobject-introspection makedepends = gobject-introspection

View File

@ -5,7 +5,7 @@
pkgbase=ibus pkgbase=ibus
pkgname=(ibus libibus) pkgname=(ibus libibus)
pkgver=1.5.30 pkgver=1.5.30
pkgrel=3 pkgrel=3.1
pkgdesc="Intelligent input bus for Linux/Unix" pkgdesc="Intelligent input bus for Linux/Unix"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/ibus/ibus/wiki" url="https://github.com/ibus/ibus/wiki"