summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAce Breakpoint2021-03-29 11:49:36 +0800
committerAce Breakpoint2021-03-29 11:49:36 +0800
commit80412fbe7c80b38db1a242f80f7a000babe3a8f2 (patch)
treea6938fac1e909258bfc7c929ab8216689f4ce68d
parent99f73fdd1080c16a9378445d6a131bbb883c5823 (diff)
downloadaur-80412fbe7c80b38db1a242f80f7a000babe3a8f2.tar.gz
final version for Gnome Shell 3.38
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e35ada0c4ae..9277a7ba1974 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 = 20210102+a8f1dd7
+ pkgver = 20210327+a63591e
pkgrel = 1
url = https://github.com/tuberry/ibus-tweaker
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 2f30299f79b5..5ec73e152454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ace Breakpoint <chemistudio@gmail.com>
pkgname=gnome-shell-extension-ibus-tweaker-git
-pkgver=20210102+a8f1dd7
+pkgver=20210327+a63591e
pkgrel=1
pkgdesc="Tweaker of ibus in gnome-shell for orientation, theme, font and input mode auto-switch."
arch=('any')
@@ -17,6 +17,7 @@ sha256sums=('SKIP')
build() {
cd "ibus-tweaker"
+ git reset --hard a63591e
make _build
}