Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible
Commits: a548290a by Robin Candau at 2026-02-25T14:51:27+01:00 upgpkg: 13.4.0-1: New upstream release https://pypi.org/project/ansible/13.4.0/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = ansible pkgdesc = Official assortment of Ansible collections - pkgver = 13.3.0 + pkgver = 13.4.0 pkgrel = 1 url = https://pypi.org/project/ansible/ arch = any @@ -27,7 +27,7 @@ pkgbase = ansible optdepends = python-fqdn: fqdn_valid module optdepends = acme-tiny: openssl_certificate module provides = python-ansible_collections - source = https://pypi.python.org/packages/source/a/ansible/ansible-13.3.0.tar.gz - sha512sums = 73a28a0925564fe6eb2b2ce9175e5efb29c170e544b460cbda00baf5aaa2ea42e72460fef73e607ea3972de915fd91c1d37b858fb95ece5fee202d171431e7c3 + source = https://pypi.python.org/packages/source/a/ansible/ansible-13.4.0.tar.gz + sha512sums = 9ee82f208760a39d13d9b530760a0c26e65f656756793e7955fbaa1d7c3e4a22b9d95b52f208cb15bf8eec5c0b19347b7f013c09fb08a37f8ca3a782d8da16d9 pkgname = ansible ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=ansible -pkgver=13.3.0 +pkgver=13.4.0 pkgrel=1 pkgdesc='Official assortment of Ansible collections' arch=('any') @@ -27,7 +27,7 @@ optdepends=('python-argcomplete: shell completions' 'acme-tiny: openssl_certificate module') makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools') source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz") -sha512sums=('73a28a0925564fe6eb2b2ce9175e5efb29c170e544b460cbda00baf5aaa2ea42e72460fef73e607ea3972de915fd91c1d37b858fb95ece5fee202d171431e7c3') +sha512sums=('9ee82f208760a39d13d9b530760a0c26e65f656756793e7955fbaa1d7c3e4a22b9d95b52f208cb15bf8eec5c0b19347b7f013c09fb08a37f8ca3a782d8da16d9') build() { cd "ansible-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/a548290a6d5f52083e704827864f7da2e28f3ab6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/a548290a6d5f52083e704827864f7da2e28f3ab6 You're receiving this email because of your account on gitlab.archlinux.org.
