summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fe9082e5a57..4b3b541986ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,14 @@
pkgname=doctoc-git
pkgver=1.3.1.r0.g30d6569
-pkgrel=1
+pkgrel=2
pkgdesc="Generates table of contents for markdown files inside local git repository., installed through npm (git-latest)"
arch=('any')
url="https://www.npmjs.com/package/doctoc"
license=('GPLv3')
depends=('git' 'nodejs')
+conflicts=('doctoc')
+provides=('doctoc')
makedepends=('npm')
options=(!emptydirs)
source=('doctoc-git::git+https://github.com/thlorenz/doctoc')