summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2019-04-05 13:44:59 +0200
committerCedric Girard2019-04-05 13:44:59 +0200
commit3818e0970ce3faccd78fa9481a64fc4138a74a1d (patch)
tree053832cc7cd4797ccc0ff12492707b7e17fc0c1a
parent8c693aad7c3c7e10f8a14c1c4b33f5fa4ea0596d (diff)
downloadaur-vim-logstash-git.tar.gz
upgpkg: vim-logstash-git r11.6d96810-1
missing git dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac084092e74e..2ebccf43b1c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Tue Oct 6 15:53:50 UTC 2015
pkgbase = vim-logstash-git
pkgdesc = Vim highlights configuration files for logstash
pkgver = r11.6d96810
@@ -7,6 +5,7 @@ pkgbase = vim-logstash-git
url = https://github.com/robbles/logstash.vim
arch = any
license = MIT
+ makedepends = git
depends = vim
source = vim-logstash::git+https://github.com/robbles/logstash.vim.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7175f2282e5e..4237ef4d282d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('any')
url='https://github.com/robbles/logstash.vim'
license=('MIT')
depends=('vim')
+makedepends=('git')
source=("vim-logstash::git+https://github.com/robbles/logstash.vim.git")
sha256sums=('SKIP')