summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAce Breakpoint2021-09-14 07:16:36 +0000
committerAce Breakpoint2021-09-14 07:16:36 +0000
commit6804bd312cbded58108b46d7bdf88e2e42734b83 (patch)
treea9cca3028168ad95a3d256b95fb3e6bd8f5fd85c
parentd9b5c6928d485632bbb457a4a923fe94c3df144e (diff)
downloadaur-6804bd312cbded58108b46d7bdf88e2e42734b83.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 b24a3448dcd4..e22166c47191 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 = 20210827+bf3fb75
+ pkgver = 20210905+7dbf01e
pkgrel = 1
url = https://github.com/tuberry/ibus-tweaker
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 180533adc05e..951a08ff195d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ace Breakpoint <chemistudio@gmail.com>
pkgname=gnome-shell-extension-ibus-tweaker-git
-pkgver=20210827+bf3fb75
+pkgver=20210905+7dbf01e
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 bf3fb75
+ git reset --hard 7dbf01e
make _build
}