summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2018-04-12 09:46:20 -0700
committerCaleb Bassi2018-04-12 09:46:20 -0700
commit5f8a09ac4c3f60cd6d81475b3df44d97d956fa2b (patch)
treef51f8d6db41b5e9e75baf2ce99d04276308f71d5
parent3a078fb640ee578ec7d4a754b5aed45b6e878ba9 (diff)
downloadaur-5f8a09ac4c3f60cd6d81475b3df44d97d956fa2b.tar.gz
Add git in makedepends
-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")