summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2023-03-23 06:45:16 +0100
committerCarl Smedstad2023-03-23 06:45:16 +0100
commit79ceca744d2d1b823eff7498dc7af45d1a68fa38 (patch)
tree506b6378356e6cd48e1a2b2e670b38d450d1a01e
parentcc7d02b72cd69ffe4c9f2ab6cc27fded2624cbe7 (diff)
downloadaur-79ceca744d2d1b823eff7498dc7af45d1a68fa38.tar.gz
Publish version 3.11.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2c3041a3aec..8fe8cd01ede1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = markdown-link-check
pkgdesc = Checks aliveness of hyperlinks in markdown documents
- pkgver = 3.10.3
+ pkgver = 3.11.0
pkgrel = 1
url = https://github.com/tcort/markdown-link-check
arch = any
- license = ICS
+ license = custom:ICS
makedepends = npm
depends = nodejs
- noextract = markdown-link-check-3.10.3.tgz
- source = https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.10.3.tgz
- sha256sums = 6c0ef3a8c65dc2e65d15eefb54a7a27798f499e5587d0ec0850a652c19537658
+ noextract = markdown-link-check-3.11.0.tgz
+ source = https://registry.npmjs.org/markdown-link-check/-/markdown-link-check-3.11.0.tgz
+ sha256sums = bfb86f8977389fc7457e2db483ef89575d172916a9fe6cb415621831b1c67031
pkgname = markdown-link-check
diff --git a/PKGBUILD b/PKGBUILD
index 837c17446f17..6b61e0bf8460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Carl Smedstad <carl.smedstad at protonmail dot com>
pkgname=markdown-link-check
-pkgver=3.10.3
+pkgver=3.11.0
pkgrel=1
pkgdesc="Checks aliveness of hyperlinks in markdown documents"
-arch=('any')
+arch=(any)
url="https://github.com/tcort/markdown-link-check"
-license=('ICS')
-depends=('nodejs')
-makedepends=('npm')
+license=(custom:ICS)
+depends=(nodejs)
+makedepends=(npm)
source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
noextract=("$pkgname-$pkgver.tgz")
-sha256sums=('6c0ef3a8c65dc2e65d15eefb54a7a27798f499e5587d0ec0850a652c19537658')
+sha256sums=('bfb86f8977389fc7457e2db483ef89575d172916a9fe6cb415621831b1c67031')
package() {
npm install -g \