summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2018-04-17 14:52:20 -0700
committerCaleb Bassi2018-04-17 14:52:20 -0700
commit0be8494c10341671bce40a4b6fab2d2000d0705f (patch)
treeffb5dde3689c378f3da86b8c1e730861e77818fd
parent5f8a09ac4c3f60cd6d81475b3df44d97d956fa2b (diff)
downloadaur-0be8494c10341671bce40a4b6fab2d2000d0705f.tar.gz
Remove xdotool dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6daf21f87da..d77762ddf366 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = vim-anywhere-git
license = MIT
makedepends = git
depends = xclip
- depends = xdotool
provides = vim-anywhere
source = git+https://github.com/cjbassi/vim-anywhere
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 767a3351dc86..f4a4f36508d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Use Vim to edit text anywhere"
arch=("any")
url="https://github.com/cjbassi/vim-anywhere"
license=("MIT")
-depends=("xclip" "xdotool")
+depends=("xclip")
makedepends=("git")
provides=("vim-anywhere")
source=("git+https://github.com/cjbassi/vim-anywhere")