Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible
Commits: f2c95e9b by Robin Candau at 2025-06-17T21:58:31+02:00 upgpkg: 11.7.0-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = ansible pkgdesc = Official assortment of Ansible collections - pkgver = 11.6.0 + pkgver = 11.7.0 pkgrel = 1 url = https://pypi.org/project/ansible/ arch = any @@ -28,7 +28,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-11.6.0.tar.gz - sha512sums = 2c3d87b75dfc5f81683e019df6e001c633505c4312cb4bbd90e3678f2fdd634fd7a31305b0f22be616ccae7510d61e8d1a319c407f7a315cc331e56a37fd8d15 + source = https://pypi.python.org/packages/source/a/ansible/ansible-11.7.0.tar.gz + sha512sums = 7bfbc509b301ffe88567798d6fef6fdbbb29b7c7249ff4b98f13bfe2930f0d83f7a200ca3a800b4c3b7ab73d69cd947c08d18f1010b972fabf0554a1eed22300 pkgname = ansible ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <an...@archlinux.org> pkgname=ansible -pkgver=11.6.0 +pkgver=11.7.0 pkgrel=1 pkgdesc='Official assortment of Ansible collections' arch=('any') @@ -28,7 +28,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=('2c3d87b75dfc5f81683e019df6e001c633505c4312cb4bbd90e3678f2fdd634fd7a31305b0f22be616ccae7510d61e8d1a319c407f7a315cc331e56a37fd8d15') +sha512sums=('7bfbc509b301ffe88567798d6fef6fdbbb29b7c7249ff4b98f13bfe2930f0d83f7a200ca3a800b4c3b7ab73d69cd947c08d18f1010b972fabf0554a1eed22300') build() { cd "ansible-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/f2c95e9b3a9d3c9796b34d3ed1afb46096801e42 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/f2c95e9b3a9d3c9796b34d3ed1afb46096801e42 You're receiving this email because of your account on gitlab.archlinux.org.