Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
markdownlint


Commits:
1861c425 by Robin Candau at 2023-10-02T09:57:26+02:00
upgpkg: 0.13.0-1: New upstream release

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,22 @@
+pkgbase = markdownlint
+       pkgdesc = A lint tool to check markdown files and flag style issues
+       pkgver = 0.13.0
+       pkgrel = 1
+       url = https://github.com/markdownlint/markdownlint
+       arch = any
+       license = MIT
+       makedepends = git
+       makedepends = ruby-rdoc
+       depends = ruby
+       depends = ruby-kramdown
+       depends = ruby-kramdown-parser-gfm
+       depends = ruby-mixlib-cli
+       depends = ruby-mixlib-config
+       depends = ruby-mixlib-shellout
+       provides = ruby-mdl
+       replaces = ruby-mdl
+       options = !emptydirs
+       source = 
markdownlint::git+https://github.com/markdownlint/markdownlint#commit=54b2597eb40d50a16a51d717744239d52218fd5b
+       b2sums = SKIP
+
+pkgname = markdownlint


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=markdownlint
 _pkgname=mdl
-pkgver=0.12.0
+pkgver=0.13.0
 pkgrel=1
 pkgdesc='A lint tool to check markdown files and flag style issues'
 arch=('any')
@@ -22,7 +22,7 @@ makedepends=('git' 'ruby-rdoc')
 provides=('ruby-mdl')
 replaces=('ruby-mdl')
 options=('!emptydirs')
-_commit='c546223d47c8ec192d1be1e98bc11dec1e5dadf2'
+_commit='54b2597eb40d50a16a51d717744239d52218fd5b'
 source=("$pkgname::git+$url#commit=$_commit")
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint/-/commit/1861c425cb5ee1e5c70bbece2211692264264f31

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint/-/commit/1861c425cb5ee1e5c70bbece2211692264264f31
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to