Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / ibus
Commits:
6734a184 by Campbell Jones at 2025-11-12T23:29:45-05:00
upgpkg: 1.5.33-1: Update to 1.5.33
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = ibus
pkgdesc = Intelligent input bus for Linux/Unix
- pkgver = 1.5.32
+ pkgver = 1.5.33
pkgrel = 1
url = https://github.com/ibus/ibus/wiki
arch = x86_64
@@ -35,8 +35,8 @@ pkgbase = ibus
depends = python-gobject
depends = wayland
options = !emptydirs
- source =
https://github.com/ibus/ibus/releases/download/1.5.32/ibus-1.5.32.tar.gz
- b2sums =
6f69a92993e378c25473e51cdffd66b9180b163c2206a8256bb7c181fc2e54535d0254c62ac8fd8dd162f7d35aa32d7ae5982f7c786310b1327ba1f3ccd932e6
+ source =
https://github.com/ibus/ibus/releases/download/1.5.33/ibus-1.5.33.tar.gz
+ b2sums =
9ccd0c5bf1b98309acd1af02e29f05eb46120b1918584b5c9c7dd908ef13172f07ae1465e615a941e82dec1144c492208a4e0f79e9b02eadb79028177a2a7227
pkgname = ibus
depends = at-spi2-core
@@ -59,7 +59,7 @@ pkgname = ibus
depends = python
depends = python-gobject
depends = wayland
- depends = libibus=1.5.32
+ depends = libibus=1.5.33
pkgname = libibus
pkgdesc = IBus support library
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgbase=ibus
pkgname=(ibus libibus)
-pkgver=1.5.32
+pkgver=1.5.33
pkgrel=1
pkgdesc="Intelligent input bus for Linux/Unix"
arch=('x86_64')
@@ -44,7 +44,7 @@ makedepends=(
)
options=('!emptydirs')
source=("https://github.com/$pkgname/$pkgname/releases/download/$pkgver/${pkgname}-${pkgver}.tar.gz")
-b2sums=('6f69a92993e378c25473e51cdffd66b9180b163c2206a8256bb7c181fc2e54535d0254c62ac8fd8dd162f7d35aa32d7ae5982f7c786310b1327ba1f3ccd932e6')
+b2sums=('9ccd0c5bf1b98309acd1af02e29f05eb46120b1918584b5c9c7dd908ef13172f07ae1465e615a941e82dec1144c492208a4e0f79e9b02eadb79028177a2a7227')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ibus/-/commit/6734a1846e1bb05b234432dd33a1735dddceb98a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ibus/-/commit/6734a1846e1bb05b234432dd33a1735dddceb98a
You're receiving this email because of your account on gitlab.archlinux.org.