summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2023-04-16 01:42:07 +0200
committerXyne2023-04-16 01:42:07 +0200
commit104b1ae69ec2086e7d38ecddcd805e3a2ac16a57 (patch)
treebe9ea4171aa18ffef6e795bb9715876a78250b23
parent1630aa0954ce0a6b0325bf81f20f294be9a22ad2 (diff)
downloadaur-vim-pandoc-git.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64a37c355d7c..af70fc57d0b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = vim-pandoc-git
pkgdesc = plugin for writing and editing documents in Pandoc's extended markdown
- pkgver = 2.0.r427.gfcdb70e
+ pkgver = 2.0.r432.gd4fc6f8
pkgrel = 1
url = https://github.com/vim-pandoc/vim-pandoc
arch = any
license = MIT
+ makedepends = git
depends = vim
source = git+https://github.com/vim-pandoc/vim-pandoc.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1bc80941ea7a..9ed974393df5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
_pkgname=vim-pandoc
pkgname=vim-pandoc-git
-pkgver=2.0.r427.gfcdb70e
+pkgver=2.0.r432.gd4fc6f8
pkgrel=1
pkgdesc="plugin for writing and editing documents in Pandoc's extended markdown"
arch=('any')
url='https://github.com/vim-pandoc/vim-pandoc'
license=('MIT')
depends=('vim')
+makedepends=('git')
source=('git+https://github.com/vim-pandoc/vim-pandoc.git')
sha512sums=('SKIP')