[arch-commits] Commit in clipmenu/trunk (PKGBUILD)

Thore Bödecker foxxx0 at archlinux.org
Tue Apr 6 09:44:57 UTC 2021


    Date: Tuesday, April 6, 2021 @ 09:44:56
  Author: foxxx0
Revision: 912099

upgpkg: clipmenu 6.2.0-2

add missing xdotool dependency for CM_IGNORE_WINDOW feature

fixes FS#66307

Modified:
  clipmenu/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-06 09:42:16 UTC (rev 912098)
+++ PKGBUILD	2021-04-06 09:44:56 UTC (rev 912099)
@@ -3,12 +3,12 @@
 
 pkgname=clipmenu
 pkgver=6.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Clipboard management using dmenu'
 url='https://github.com/cdown/clipmenu'
 arch=('any')
 license=('custom:Public Domain')
-depends=('dmenu' 'xsel' 'clipnotify')
+depends=('dmenu' 'xsel' 'clipnotify' 'xdotool')
 optdepends=(
   'rofi: dmenu replacement (use with "export CM_LAUNCHER=rofi")'
   'fzf: terminal fuzzy launcher (use with "export CM_LAUNCHER=fzf")'



More information about the arch-commits mailing list