summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGomasy2022-09-20 12:48:48 +0900
committerGomasy2022-09-20 12:48:48 +0900
commit9afe7a2daafb3067059c678f2c134b72a5527308 (patch)
treefe3a549e321c181093d84894cd56066979842866
parentb06891ee54382a715af7c2db70e2d44ce9806886 (diff)
downloadaur-9afe7a2daafb3067059c678f2c134b72a5527308.tar.gz
Revert "Fix an issue that caused boot to fail"
This reverts commit b06891ee54382a715af7c2db70e2d44ce9806886.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab08bf334a25..231a29f4bc6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ibus-autostart-kimpanel
pkgdesc = iBus daemon autostart with XDG Autostart Specification (kimpanel)
- pkgver = 1.2
+ pkgver = 1.1
pkgrel = 1
arch = any
license = none
diff --git a/PKGBUILD b/PKGBUILD
index 4cf0d605e172..d280f1fb0d86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gomasy <nyan@gomasy.jp>
pkgname=ibus-autostart-kimpanel
-pkgver=1.2
+pkgver=1.1
pkgrel=1
pkgdesc="iBus daemon autostart with XDG Autostart Specification (kimpanel)"
arch=('any')
@@ -16,7 +16,7 @@ package() {
Name=IBus (KIMPanel)
GenericName=Input Method Framework
Comment=Start IBus Input Method Framework
-Exec=ibus-daemon -rxR --panel=/usr/lib/kimpanel-ibus-panel
+Exec=ibus-daemon -drxR --panel=/usr/lib/kimpanel-ibus-panel
Icon=ibus
Terminal=false
Type=Application