Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
ansible-lint
Commits:
cf6d0688 by Robin Candau at 2026-02-27T10:45:22+01:00
upgpkg: 26.2.0-2: Fix --version
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = ansible-lint
pkgdesc = Checks playbooks for practices and behaviour that could
potentially be improved.
pkgver = 26.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ansible/ansible-lint
arch = any
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=ansible-lint
pkgver=26.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Checks playbooks for practices and behaviour that could potentially
be improved."
arch=('any')
url="https://github.com/ansible/ansible-lint"
@@ -32,6 +32,7 @@ prepare() {
build() {
cd ${pkgname}
+ export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
python -m build --wheel --skip-dependency-check --no-isolation
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/cf6d068813d7d7f516a2a2adfb1cb548401d941a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/cf6d068813d7d7f516a2a2adfb1cb548401d941a
You're receiving this email because of your account on gitlab.archlinux.org.