summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrea Feletto2020-08-24 15:29:15 +0200
committerAndrea Feletto2020-08-24 15:29:40 +0200
commitee223c9811f7aedbd1c0b1c1a8e853eab1a236a4 (patch)
tree812a32d50e22bb4081bf6d4506c88d2937e6c04f /PKGBUILD
parentabad6c9cd76bf0e522c0d0bd3a32c8706b72c443 (diff)
downloadaur-vim-markdown-toc-git.tar.gz
added conflict with vim-markdown-toc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d008ed8f0dec..1f6930ccffd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
pkgname=vim-markdown-toc-git
_pkgname=${pkgname%-*}
pkgver=v1.4.0.r30.g2e86c72
-pkgrel=1
+pkgrel=2
pkgdesc='A vim 7.4+ plugin to generate table of contents for Markdown files.'
arch=('any')
url='https://github.com/mzlogin/vim-markdown-toc'
license=('MIT')
depends=('vim')
+conflicts=('vim-markdown-toc')
source=("git+https://github.com/mzlogin/$_pkgname")
sha256sums=('SKIP')