summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAce Breakpoint2021-10-18 09:51:49 +0800
committerAce Breakpoint2021-10-18 09:51:49 +0800
commitac2ed78f45244d6d52882bd7671970cf8e4d379d (patch)
tree69b7216a9e1edf84796da6feceff17afc18b032e
parentd578a0158126a7063dc7ea7db58bbbcbc22c13fe (diff)
downloadaur-ac2ed78f45244d6d52882bd7671970cf8e4d379d.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 ce8a98c927bc..98cc10a538d2 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 = 20210915+e6b9c69
+ pkgver = 20211017+dbd633f
pkgrel = 1
url = https://github.com/tuberry/ibus-tweaker
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 4ba2a4476fdd..785f990d8069 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ace Breakpoint <chemistudio@gmail.com>
pkgname=gnome-shell-extension-ibus-tweaker-git
-pkgver=20210915+e6b9c69
+pkgver=20211017+dbd633f
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 e6b9c69
+ git reset --hard dbd633f
make _build
}