Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible
Commits: 5ef689a0 by Robin Candau at 2025-04-22T20:33:56+02:00 upgpkg: 11.5.0-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = ansible pkgdesc = Official assortment of Ansible collections - pkgver = 11.4.0 - pkgrel = 2 + pkgver = 11.5.0 + pkgrel = 1 url = https://pypi.org/project/ansible/ arch = any license = GPL-3.0-or-later @@ -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.4.0.tar.gz - sha512sums = 8caf2c7a5c37e4ba3be6342d3c48655dc1a0f5e18a8727a7f2174b2cb53780e01d833aed6ab3342805396160026c9aab14d33d5448b5c03cba37207db50882ce + source = https://pypi.python.org/packages/source/a/ansible/ansible-11.5.0.tar.gz + sha512sums = 8fde17e7f1c352a90192f06f91356cca42f6e16650f120e1cc344e44cd0f06571378b52af12c7de7142229e207f4a5ae2cbb6d05951148a2dcbe3fdf7252ecdd pkgname = ansible ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Maintainer: Robin Candau <an...@archlinux.org> pkgname=ansible -pkgver=11.4.0 -pkgrel=2 +pkgver=11.5.0 +pkgrel=1 pkgdesc='Official assortment of Ansible collections' arch=('any') url='https://pypi.org/project/ansible/' @@ -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=('8caf2c7a5c37e4ba3be6342d3c48655dc1a0f5e18a8727a7f2174b2cb53780e01d833aed6ab3342805396160026c9aab14d33d5448b5c03cba37207db50882ce') +sha512sums=('8fde17e7f1c352a90192f06f91356cca42f6e16650f120e1cc344e44cd0f06571378b52af12c7de7142229e207f4a5ae2cbb6d05951148a2dcbe3fdf7252ecdd') build() { cd "ansible-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/5ef689a0720a79fda1716cfe3e74aa3ec08da2c1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/5ef689a0720a79fda1716cfe3e74aa3ec08da2c1 You're receiving this email because of your account on gitlab.archlinux.org.