Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible
Commits: 11d6f82c by Robin Candau at 2024-08-13T14:30:42+02:00 upgpkg: 10.3.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 = 10.2.0 + pkgver = 10.3.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.2.0.tar.gz - sha512sums = 35b8e73ccabc15d622da2e34e9075304fb4ee3ef735e5ab1fa9d7673b5f3aad8cf6beacd697d8258914e6ea221c8ddbed4b1bee725590f2a5b4fa78458e692d5 + source = https://pypi.python.org/packages/source/a/ansible/ansible-10.3.0.tar.gz + sha512sums = bdfa22cbf8efc78008bc651987a2190070b481a6dddc8ec524da274c97c8095ece0b2387e31645ae04295b383e04230e3b42fb836d891bf7470cda596983753e pkgname = ansible ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <an...@archlinux.org> pkgname=ansible -pkgver=10.2.0 +pkgver=10.3.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=('35b8e73ccabc15d622da2e34e9075304fb4ee3ef735e5ab1fa9d7673b5f3aad8cf6beacd697d8258914e6ea221c8ddbed4b1bee725590f2a5b4fa78458e692d5') +sha512sums=('bdfa22cbf8efc78008bc651987a2190070b481a6dddc8ec524da274c97c8095ece0b2387e31645ae04295b383e04230e3b42fb836d891bf7470cda596983753e') build() { cd "ansible-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/11d6f82c06992ad0e896cf2157b22c7cac9c0413 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/11d6f82c06992ad0e896cf2157b22c7cac9c0413 You're receiving this email because of your account on gitlab.archlinux.org.