summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRasmus Steinke2015-08-22 13:31:54 +0200
committerRasmus Steinke2015-08-22 13:31:54 +0200
commit6f05a0c6e0dc7c2a4468a60307b5837534e68bcd (patch)
tree80326c7bc73119fd7f1fd3aee148e69b795bdcb6
parentbd1fb42a546f138f54872cae11d62292c8733bae (diff)
downloadaur-6f05a0c6e0dc7c2a4468a60307b5837534e68bcd.tar.gz
remove wmctrl dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d102c8c565b..896488ef290d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = rofi-pass-git
license = GPL
makedepends = git
depends = xorg-xprop
- depends = wmctrl
depends = xdg-utils
depends = rofi-git
depends = pass
diff --git a/PKGBUILD b/PKGBUILD
index 99504510500f..a632028be45c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="bash script to handle pass storages in a convenient way"
arch=('any')
url='https://github.com/carnager/rofi-pass'
license=('GPL')
-depends=('xorg-xprop' 'wmctrl' 'xdg-utils' 'rofi-git' 'pass'
+depends=('xorg-xprop' 'xdg-utils' 'rofi-git' 'pass'
'xdotool'
'xclip')