Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible
Commits: 219b812a by Robin Candau at 2024-11-06T09:51:04+01:00 upgpkg: 10.6.0-1: New upstream release https://forum.ansible.com/t/release-announcement-ansible-community-package-10-6-0/10718 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = ansible pkgdesc = Official assortment of Ansible collections - pkgver = 10.5.0 + pkgver = 10.6.0 pkgrel = 1 url = https://pypi.org/project/ansible/ arch = any @@ -27,7 +27,7 @@ pkgbase = ansible optdepends = python-lxc: LXC module optdepends = acme-tiny: openssl_certificate module provides = python-ansible_collections - source = https://pypi.python.org/packages/source/a/ansible/ansible-10.5.0.tar.gz - sha512sums = 69b704c061fb42bf8daefe074320f81e82919e3ebfcfebb0eed52892c9db270d7f13a9e4f0ac5e000cbcce2db8dba4ead25877ec73e61512522fbb9691790b57 + source = https://pypi.python.org/packages/source/a/ansible/ansible-10.6.0.tar.gz + sha512sums = 5f4f3df5ed91a11edd783cc9ba7dd9a8dfc4a58531dd6256902dca690a99102ba7a986a5bce17cfeb5ba3d0cc2bd5f760aa77fc2f8614389ac39ead8ef503322 pkgname = ansible ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=ansible -pkgver=10.5.0 +pkgver=10.6.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=('69b704c061fb42bf8daefe074320f81e82919e3ebfcfebb0eed52892c9db270d7f13a9e4f0ac5e000cbcce2db8dba4ead25877ec73e61512522fbb9691790b57') +sha512sums=('5f4f3df5ed91a11edd783cc9ba7dd9a8dfc4a58531dd6256902dca690a99102ba7a986a5bce17cfeb5ba3d0cc2bd5f760aa77fc2f8614389ac39ead8ef503322') build() { cd "ansible-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/219b812a3083d927b903a4b02852aa417541e551 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/219b812a3083d927b903a4b02852aa417541e551 You're receiving this email because of your account on gitlab.archlinux.org.
