summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAce Breakpoint2023-04-26 13:45:29 +0000
committerAce Breakpoint2023-04-26 13:45:29 +0000
commit33c6ecb3c9d6bb3f6cdc16e69db34854c72ad08b (patch)
treed297ec8814c3f253c67908a6f2c63a2e6ea91b0a
parentf48a5a904553cc4e935367e09ff0d680e1fbacc6 (diff)
downloadaur-33c6ecb3c9d6bb3f6cdc16e69db34854c72ad08b.tar.gz
bug fix - missing initial.js
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1307efe2314b..febb4fecb0a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-ibus-tweaker
pkgdesc = Tweaker of IBus for orientation, theme, font and ascii mode auto-switch
pkgver = 40
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tuberry/ibus-tweaker
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 4fb0829cfd6b..fa229d6ebbf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-ibus-tweaker
pkgver=40
-pkgrel=1
+pkgrel=2
pkgdesc="Tweaker of IBus for orientation, theme, font and ascii mode auto-switch"
arch=('any')
url="https://github.com/tuberry/ibus-tweaker"