summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9588a777d5ac..a6daf21f87da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = vim-anywhere-git
url = https://github.com/cjbassi/vim-anywhere
arch = any
license = MIT
+ makedepends = git
depends = xclip
depends = xdotool
provides = vim-anywhere
diff --git a/PKGBUILD b/PKGBUILD
index b6768796c1ea..767a3351dc86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=("any")
url="https://github.com/cjbassi/vim-anywhere"
license=("MIT")
depends=("xclip" "xdotool")
+makedepends=("git")
provides=("vim-anywhere")
source=("git+https://github.com/cjbassi/vim-anywhere")
md5sums=("SKIP")