diff --git a/ibus/.SRCINFO b/ibus/.SRCINFO index c6b8ad8278..678a9e77a9 100644 --- a/ibus/.SRCINFO +++ b/ibus/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = ibus pkgdesc = Intelligent input bus for Linux/Unix - pkgver = 1.5.30 - pkgrel = 3.1 + pkgver = 1.5.31 + pkgrel = 2 url = https://github.com/ibus/ibus/wiki arch = x86_64 arch = powerpc64le @@ -38,8 +38,8 @@ pkgbase = ibus depends = python-gobject depends = wayland options = !emptydirs - source = https://github.com/ibus/ibus/releases/download/1.5.30/ibus-1.5.30.tar.gz - b2sums = 47dbcfec309bda14273463bff875e283148c7aba872d8e9f7673dd18e703f7b2a0eab5d538bd29a36525ab667b57488f4dc046bc955c1cd34edaec5b538e2bdd + source = https://github.com/ibus/ibus/releases/download/1.5.31/ibus-1.5.31.tar.gz + b2sums = 2fa895369f5326339b50da34777e2f34124000cff40a4bc871bb0c1cdac4a22cc327240b8338bc6c4fc85267a83ccc0bd5963abcf4763a373b1227bdb5753b76 pkgname = ibus depends = at-spi2-core @@ -62,7 +62,7 @@ pkgname = ibus depends = python depends = python-gobject depends = wayland - depends = libibus=1.5.30 + depends = libibus=1.5.31 pkgname = libibus pkgdesc = IBus support library diff --git a/ibus/PKGBUILD b/ibus/PKGBUILD index 229020f640..a0140770dc 100644 --- a/ibus/PKGBUILD +++ b/ibus/PKGBUILD @@ -4,8 +4,8 @@ pkgbase=ibus pkgname=(ibus libibus) -pkgver=1.5.30 -pkgrel=3.1 +pkgver=1.5.31 +pkgrel=2 pkgdesc="Intelligent input bus for Linux/Unix" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://github.com/ibus/ibus/wiki" @@ -44,7 +44,7 @@ makedepends=( ) options=('!emptydirs') source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz") -b2sums=('47dbcfec309bda14273463bff875e283148c7aba872d8e9f7673dd18e703f7b2a0eab5d538bd29a36525ab667b57488f4dc046bc955c1cd34edaec5b538e2bdd') +b2sums=('2fa895369f5326339b50da34777e2f34124000cff40a4bc871bb0c1cdac4a22cc327240b8338bc6c4fc85267a83ccc0bd5963abcf4763a373b1227bdb5753b76') build() { cd ${pkgname}-${pkgver}