summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b6ed0fe6253..7fe6ee09e4e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = doctoc
pkgdesc = Generates table of contents for markdown files inside local git repository., installed through npm
- pkgver = v1.2.0
+ pkgver = v1.3.0
pkgrel = 1
url = https://www.npmjs.com/package/doctoc
arch = any
@@ -9,7 +9,7 @@ pkgbase = doctoc
depends = git
depends = nodejs
options = !emptydirs
- source = git+https://github.com/thlorenz/doctoc#tag=v1.2.0
+ source = git+https://github.com/thlorenz/doctoc#tag=v1.3.0
sha256sums = SKIP
pkgname = doctoc
diff --git a/PKGBUILD b/PKGBUILD
index 532a9bcc3a69..a9cef0b975b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael DeGuzis <mdeguzis@gmail.com>
pkgname=doctoc
-pkgver=v1.2.0
+pkgver=v1.3.0
pkgrel=1
pkgdesc="Generates table of contents for markdown files inside local git repository., installed through npm"
arch=('any')