summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAce Breakpoint2021-04-22 09:16:28 +0800
committerAce Breakpoint2021-04-22 09:16:28 +0800
commit194170307e8437763e20422fdeaa0701a4d00027 (patch)
treeba976aaaec98bbcf90e809f98de8ab6a7c4c05a3
parent01ab614128cc9c1a4a257225d743246cd8866379 (diff)
downloadaur-194170307e8437763e20422fdeaa0701a4d00027.tar.gz
tweak colors by upstream
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 679a8c40ed7e..90dcd1f27107 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 = 20210404+8616794
+ pkgver = 20210421+1f2b0c8
pkgrel = 1
url = https://github.com/tuberry/ibus-tweaker
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 313146cf63e9..c06e87c245b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ace Breakpoint <chemistudio@gmail.com>
pkgname=gnome-shell-extension-ibus-tweaker-git
-pkgver=20210404+8616794
+pkgver=20210421+1f2b0c8
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 8616794
+ git reset --hard 1f2b0c8
make _build
}