* update ansible to 11.2.0-1

This commit is contained in:
Alexander Baldeck 2025-02-17 21:38:34 +01:00
parent e4f8db21a5
commit 73cbd515f1
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = ansible
pkgdesc = Official assortment of Ansible collections
pkgver = 11.1.0
pkgrel = 2
pkgver = 11.2.0
pkgrel = 1
url = https://pypi.org/project/ansible/
arch = any
license = GPL-3.0-or-later
@ -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-11.1.0.tar.gz
sha512sums = d78f7c6f7a0a1563b270408268dc84dc1796fe7ec8355da3eb9489ffda44328a9836b05d3067516452790fe1cdf2c2ad67b285a5a97444d6403aaf79491d42c0
source = https://pypi.python.org/packages/source/a/ansible/ansible-11.2.0.tar.gz
sha512sums = d1598f96f3f6caba0591a6c75405d5ef3b0e382d4140300fd34ccd14fd07e6ec4a765f3908423508a2dd7c4ff77f58208b35c91b8621bcef981470462070654a
pkgname = ansible

View File

@ -3,8 +3,8 @@
# Maintainer: Robin Candau <antiz@archlinux.org>
pkgname=ansible
pkgver=11.1.0
pkgrel=2
pkgver=11.2.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=('d78f7c6f7a0a1563b270408268dc84dc1796fe7ec8355da3eb9489ffda44328a9836b05d3067516452790fe1cdf2c2ad67b285a5a97444d6403aaf79491d42c0')
sha512sums=('d1598f96f3f6caba0591a6c75405d5ef3b0e382d4140300fd34ccd14fd07e6ec4a765f3908423508a2dd7c4ff77f58208b35c91b8621bcef981470462070654a')
build() {
cd "ansible-${pkgver}"