summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAce Breakpoint2021-08-30 03:33:28 +0000
committerAce Breakpoint2021-08-30 03:33:28 +0000
commitd9b5c6928d485632bbb457a4a923fe94c3df144e (patch)
tree9e906bd0fb483c94d20f412e3d69f90cb12e63b5
parentc070e0d036ac3853132fa277bf0ec8d25ba80910 (diff)
downloadaur-d9b5c6928d485632bbb457a4a923fe94c3df144e.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 ea7c50c6679d..b24a3448dcd4 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 = 20210729+29b698d
+ pkgver = 20210827+bf3fb75
pkgrel = 1
url = https://github.com/tuberry/ibus-tweaker
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index d4857eb27510..180533adc05e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ace Breakpoint <chemistudio@gmail.com>
pkgname=gnome-shell-extension-ibus-tweaker-git
-pkgver=20210729+29b698d
+pkgver=20210827+bf3fb75
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 29b698d
+ git reset --hard bf3fb75
make _build
}