summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAce Breakpoint2021-04-02 09:17:49 +0800
committerAce Breakpoint2021-04-02 09:17:49 +0800
commit22402b0f6815fa2b03464e194ebc42ac7ce2fab1 (patch)
treebed937913798177776d6faa02be56df582e5f992
parent80412fbe7c80b38db1a242f80f7a000babe3a8f2 (diff)
downloadaur-22402b0f6815fa2b03464e194ebc42ac7ce2fab1.tar.gz
upstream cleanup
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9277a7ba1974..55dc20b4a9a3 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 = 20210327+a63591e
+ pkgver = 20210402+563266f
pkgrel = 1
url = https://github.com/tuberry/ibus-tweaker
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 5ec73e152454..c1c83f0b3823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ace Breakpoint <chemistudio@gmail.com>
pkgname=gnome-shell-extension-ibus-tweaker-git
-pkgver=20210327+a63591e
+pkgver=20210402+563266f
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 a63591e
+ git reset --hard 563266f
make _build
}