Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
markdownlint-cli2
Commits:
202f6382 by Daniel M. Capella at 2024-09-06T15:15:59-04:00
upgpkg: 0.14.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = markdownlint-cli2
pkgdesc = Fast, flexible, configuration-based command-line interface
for linting Markdown/CommonMark files with the markdownlint library
- pkgver = 0.13.0
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/DavidAnson/markdownlint-cli2
arch = any
@@ -10,7 +10,7 @@ pkgbase = markdownlint-cli2
makedepends = npm
depends = nodejs
options = !emptydirs
- source =
git+https://github.com/DavidAnson/markdownlint-cli2.git#tag=v0.13.0
- b2sums =
afe8157dbec5eb3d1eb31dc12b11f1a8027a373676c30fc27a0973264e914fafd6ff4ae752cde03a19ff21e1206e77d0822b93824abb4e9ed27377fadd7446b4
+ source =
git+https://github.com/DavidAnson/markdownlint-cli2.git#tag=v0.14.0
+ b2sums =
672a36c933656d92cd3d118c74f4c74a18957e053b9cc1ba979347cf64abb4b71641a0556fb715a593d88d79b49eb0212e08f4556356811dcb8ec1b457eda4d8
pkgname = markdownlint-cli2
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,21 @@
# Contributor: Brody <archfan at brodix dot de>
pkgname=markdownlint-cli2
-pkgver=0.13.0
+pkgver=0.14.0
pkgrel=1
pkgdesc='Fast, flexible, configuration-based command-line interface for
linting Markdown/CommonMark files with the markdownlint library'
-arch=('any')
+arch=(any)
url=https://github.com/DavidAnson/markdownlint-cli2
-license=('MIT')
-depends=('nodejs')
-makedepends=('git' 'jq' 'npm')
-options=('!emptydirs')
+license=(MIT)
+depends=(nodejs)
+makedepends=(
+ git
+ jq
+ npm
+)
+options=(!emptydirs)
source=("git+$url.git#tag=v$pkgver")
-b2sums=('afe8157dbec5eb3d1eb31dc12b11f1a8027a373676c30fc27a0973264e914fafd6ff4ae752cde03a19ff21e1206e77d0822b93824abb4e9ed27377fadd7446b4')
+b2sums=('672a36c933656d92cd3d118c74f4c74a18957e053b9cc1ba979347cf64abb4b71641a0556fb715a593d88d79b49eb0212e08f4556356811dcb8ec1b457eda4d8')
prepare() {
cd $pkgname
@@ -26,6 +30,7 @@ check() {
package() {
local mod_dir=/usr/lib/node_modules/$pkgname
+
install -d "$pkgdir"/{usr/{bin,share/{doc,licenses}/$pkgname},$mod_dir}
ln -s $mod_dir/$pkgname.js "$pkgdir"/usr/bin/$pkgname
ln -s $mod_dir/{CHANGELOG,README}.md "$pkgdir"/usr/share/doc/$pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint-cli2/-/commit/202f63825bcd30c32b10edd0e6a4b1544c8fc2df
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint-cli2/-/commit/202f63825bcd30c32b10edd0e6a4b1544c8fc2df
You're receiving this email because of your account on gitlab.archlinux.org.