summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-03-04 19:13:58 +0100
committerhaawda2019-03-04 19:13:58 +0100
commitde1bcb42c0208c5c388e8f270b4278b13af7b302 (patch)
tree59706bf0ae023991427797651decec315f15e184 /PKGBUILD
parent74227707d1a2ff1e642b1b494a1783240c52d9f5 (diff)
downloadaur-de1bcb42c0208c5c388e8f270b4278b13af7b302.tar.gz
add git makedependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1dff00f2d752..32e86e8a3411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/nim-lang/nim-mode"
license=('GPL3')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
+makedepends=('git')
depends=('emacs-dash' 'emacs-epc' 'emacs-ctable' 'emacs-epl' 'emacs-deferred' 'emacs-company-mode'
'emacs-commander' 'emacs-flycheck')
source=("git+https://github.com/nim-lang/nim-mode.git" Makefile.patch)