summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAce Breakpoint2021-10-31 14:14:26 +0800
committerAce Breakpoint2021-10-31 14:14:26 +0800
commit2ca330ade79125e984a4488a12aa5af45fe42067 (patch)
tree15abd68de32b568e931fb5e3883060b5d92d4382
parentac2ed78f45244d6d52882bd7671970cf8e4d379d (diff)
downloadaur-2ca330ade79125e984a4488a12aa5af45fe42067.tar.gz
upstream update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98cc10a538d2..fdb558b9c755 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 = 20211017+dbd633f
+ pkgver = 20211017+bc14a13
pkgrel = 1
url = https://github.com/tuberry/ibus-tweaker
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 785f990d8069..6452cecf8843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Ace Breakpoint <chemistudio@gmail.com>
pkgname=gnome-shell-extension-ibus-tweaker-git
-pkgver=20211017+dbd633f
+commit=bc14a13
+pkgver=20211017+${commit}
pkgrel=1
pkgdesc="Tweaker of ibus in gnome-shell for orientation, theme, font and input mode auto-switch."
arch=('any')
@@ -17,7 +18,7 @@ sha256sums=('SKIP')
build() {
cd "ibus-tweaker"
- git reset --hard dbd633f
+ git reset --hard ${commit}
make _build
}