summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAce Breakpoint2021-09-16 00:57:23 +0000
committerAce Breakpoint2021-09-16 00:57:23 +0000
commitd578a0158126a7063dc7ea7db58bbbcbc22c13fe (patch)
tree40d38d2207606281edf78a83e0c39bb638156aac
parent6804bd312cbded58108b46d7bdf88e2e42734b83 (diff)
downloadaur-d578a0158126a7063dc7ea7db58bbbcbc22c13fe.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 e22166c47191..ce8a98c927bc 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 = 20210905+7dbf01e
+ pkgver = 20210915+e6b9c69
pkgrel = 1
url = https://github.com/tuberry/ibus-tweaker
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 951a08ff195d..4ba2a4476fdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ace Breakpoint <chemistudio@gmail.com>
pkgname=gnome-shell-extension-ibus-tweaker-git
-pkgver=20210905+7dbf01e
+pkgver=20210915+e6b9c69
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 7dbf01e
+ git reset --hard e6b9c69
make _build
}