summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAce Breakpoint2021-06-21 04:13:16 +0000
committerAce Breakpoint2021-06-21 04:13:16 +0000
commitb8e835bd99a2ec1f52ac42a2f537f3571dc80a4a (patch)
treed96915b7a8579ffc6ba59f2cbf5ead21a728741a
parent194170307e8437763e20422fdeaa0701a4d00027 (diff)
downloadaur-b8e835bd99a2ec1f52ac42a2f537f3571dc80a4a.tar.gz
upstream update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90dcd1f27107..c04a50ebfbce 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 = 20210421+1f2b0c8
+ pkgver = 20210620+b173e8f
pkgrel = 1
url = https://github.com/tuberry/ibus-tweaker
arch = any
@@ -16,4 +16,3 @@ pkgbase = gnome-shell-extension-ibus-tweaker-git
sha256sums = SKIP
pkgname = gnome-shell-extension-ibus-tweaker-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c06e87c245b8..a2c6dbcfb466 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ace Breakpoint <chemistudio@gmail.com>
pkgname=gnome-shell-extension-ibus-tweaker-git
-pkgver=20210421+1f2b0c8
+pkgver=20210620+b173e8f
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 1f2b0c8
+ git reset --hard b173e8f
make _build
}