Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / markdownlint
Commits: f46a2067 by Robin Candau at 2024-10-02T13:23:46+02:00 upgpkg: 0.13.0-3: ruby 3.3 rebuild https://archlinux.org/todo/ruby-33-rebuild/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = markdownlint pkgdesc = A lint tool to check markdown files and flag style issues pkgver = 0.13.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/markdownlint/markdownlint arch = any license = MIT @@ -16,7 +16,7 @@ pkgbase = markdownlint provides = ruby-mdl replaces = ruby-mdl options = !emptydirs - source = markdownlint::git+https://github.com/markdownlint/markdownlint#commit=54b2597eb40d50a16a51d717744239d52218fd5b - b2sums = SKIP + source = markdownlint::git+https://github.com/markdownlint/markdownlint#tag=v0.13.0 + b2sums = 879c33bc5a299e05359ac81c416ae6d98ee17f7e3790d417b2df5e6ae912488d619e72bfd2ac901b23f853a1e375e3a26ec8d47479d28361a17c7518545524cc pkgname = markdownlint ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=markdownlint _pkgname=mdl pkgver=0.13.0 -pkgrel=2 +pkgrel=3 pkgdesc='A lint tool to check markdown files and flag style issues' arch=('any') url='https://github.com/markdownlint/markdownlint' @@ -22,15 +22,8 @@ makedepends=('git' 'ruby-rdoc') provides=('ruby-mdl') replaces=('ruby-mdl') options=('!emptydirs') -_commit='54b2597eb40d50a16a51d717744239d52218fd5b' -source=("$pkgname::git+$url#commit=$_commit") -b2sums=('SKIP') - -pkgver() { - cd "$pkgname" - - git describe --tags | sed 's/^v//' -} +source=("$pkgname::git+$url#tag=v$pkgver") +b2sums=('879c33bc5a299e05359ac81c416ae6d98ee17f7e3790d417b2df5e6ae912488d619e72bfd2ac901b23f853a1e375e3a26ec8d47479d28361a17c7518545524cc') prepare() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint/-/commit/f46a20670686a85233d0bd15263dd16e0d2a82e6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/markdownlint/-/commit/f46a20670686a85233d0bd15263dd16e0d2a82e6 You're receiving this email because of your account on gitlab.archlinux.org.
