summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b9569ebb3643..041df059f548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Ace Breakpoint <chemistudio@gmail.com>
pkgname=gnome-shell-extension-ibus-tweaker-git
-commit=ad2b8a4
-pkgver=20230402+${commit}
-pkgrel=2
+commit=66853f5
+pkgver=20230922+${commit}
+pkgrel=1
pkgdesc="Tweaker of ibus in gnome-shell for orientation, theme, font and input mode auto-switch."
arch=('any')
url="https://github.com/tuberry/ibus-tweaker"
license=('GPL3')
-depends=('gnome-shell>=43.0')
+depends=('gnome-shell>=45.0')
makedepends=('git' 'gettext' 'glib2' 'meson' 'sassc')
conflicts=('gnome-shell-extension-ibus-tweaker')
provides=('gnome-shell-extension-ibus-tweaker')
@@ -24,7 +24,6 @@ build() {
git submodule update
meson setup build -Dtarget=system --prefix /usr
meson install -C build --destdir "${srcdir}"
- sed -i -E 's|^(\s*)"44"\s*$|\1"43"|g' "${srcdir}/usr/share/gnome-shell/extensions/ibus-tweaker@tuberry.github.com/metadata.json"
}
package() {