diff options
author | Gomasy | 2023-11-14 19:17:41 +0900 |
---|---|---|
committer | Gomasy | 2023-11-14 19:17:41 +0900 |
commit | f0bd267e8c52bb936798fd20c09cf8d9789b1971 (patch) | |
tree | b2ce002e5326febc372442723c4ada37ba6575a2 | |
parent | e646aa003103b61cdf13d48b817a66c2cfd4a5ef (diff) | |
download | aur-ibus-autostart-kimpanel.tar.gz |
Update depends
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,10 +1,11 @@ pkgbase = ibus-autostart-kimpanel pkgdesc = iBus daemon autostart with XDG Autostart Specification (kimpanel) pkgver = 1.2 - pkgrel = 1 + pkgrel = 2 arch = any license = none depends = ibus + depends = plasma-desktop conflicts = ibus-autostart pkgname = ibus-autostart-kimpanel @@ -2,11 +2,11 @@ pkgname=ibus-autostart-kimpanel pkgver=1.2 -pkgrel=1 +pkgrel=2 pkgdesc="iBus daemon autostart with XDG Autostart Specification (kimpanel)" arch=('any') license=('none') -depends=('ibus') +depends=('ibus' 'plasma-desktop') conflicts=('ibus-autostart') package() { |