summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAce Breakpoint2021-08-03 10:07:16 +0800
committerAce Breakpoint2021-08-03 10:07:16 +0800
commitc070e0d036ac3853132fa277bf0ec8d25ba80910 (patch)
tree84e727fbaa5c462b6326b730cb63b071778dc6c8
parentb8e835bd99a2ec1f52ac42a2f537f3571dc80a4a (diff)
downloadaur-c070e0d036ac3853132fa277bf0ec8d25ba80910.tar.gz
upstream update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c04a50ebfbce..ea7c50c6679d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-extension-ibus-tweaker-git
pkgdesc = Tweaker of ibus in gnome-shell for orientation, theme, font and input mode auto-switch.
- pkgver = 20210620+b173e8f
+ pkgver = 20210729+29b698d
pkgrel = 1
url = https://github.com/tuberry/ibus-tweaker
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index a2c6dbcfb466..d4857eb27510 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ace Breakpoint <chemistudio@gmail.com>
pkgname=gnome-shell-extension-ibus-tweaker-git
-pkgver=20210620+b173e8f
+pkgver=20210729+29b698d
pkgrel=1
pkgdesc="Tweaker of ibus in gnome-shell for orientation, theme, font and input mode auto-switch."
arch=('any')
@@ -17,7 +17,7 @@ sha256sums=('SKIP')
build() {
cd "ibus-tweaker"
- git reset --hard b173e8f
+ git reset --hard 29b698d
make _build
}