summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2022-03-15 11:49:24 +0100
committerCarl Smedstad2022-03-15 11:50:14 +0100
commit2bf6d397b23396a8ccbfc395e8a93341c7ebac60 (patch)
tree7b307eb0268d21937a66443f293bfdbe75a3a50c
parentb8db57771c275e44378ddcbd7f661952cecde6c6 (diff)
downloadaur-2bf6d397b23396a8ccbfc395e8a93341c7ebac60.tar.gz
Publish 3.9.3-2 - Add depends nodejs
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea793449baea..69e4fd668b21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = markdown-link-check
pkgdesc = checks that all of the hyperlinks in a markdown text to determine if they are alive or dead
pkgver = 3.9.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tcort/markdown-link-check
arch = any
license = ICS
makedepends = npm
+ depends = nodejs
noextract = markdown-link-check-3.9.3.tgz
source = https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.9.3.tgz
sha256sums = 9c1f0ebc30661523e0093e8100c78da2bbe8676f3e601b1abc146f949f243b0c
diff --git a/PKGBUILD b/PKGBUILD
index 630b80c78e53..75adf78fc5af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=markdown-link-check
pkgver=3.9.3
-pkgrel=1
+pkgrel=2
pkgdesc="checks that all of the hyperlinks in a markdown text to determine if they are alive or dead"
arch=('any')
url="https://github.com/tcort/markdown-link-check"
license=('ICS')
+depends=('nodejs')
makedepends=('npm')
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")