Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
ansible
Commits:
5c72a7f7 by Robin Candau at 2024-12-03T21:14:31+01:00
upgpkg: 11.1.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.0.0
- pkgrel = 2
+ pkgver = 11.1.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.0.0.tar.gz
- sha512sums =
9687703af0f4093ba4dadb530d9a257fac038a09ed6fead430247198b9f03257790602194fd01ba74db1ba20695fb2d6a37836602e6721a8c42e69e27314f3c1
+ source =
https://pypi.python.org/packages/source/a/ansible/ansible-11.1.0.tar.gz
+ sha512sums =
d78f7c6f7a0a1563b270408268dc84dc1796fe7ec8355da3eb9489ffda44328a9836b05d3067516452790fe1cdf2c2ad67b285a5a97444d6403aaf79491d42c0
pkgname = ansible
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Robin Candau <[email protected]>
pkgname=ansible
-pkgver=11.0.0
-pkgrel=2
+pkgver=11.1.0
+pkgrel=1
pkgdesc='Official assortment of Ansible collections'
arch=('any')
url='https://pypi.org/project/ansible/'
@@ -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=('9687703af0f4093ba4dadb530d9a257fac038a09ed6fead430247198b9f03257790602194fd01ba74db1ba20695fb2d6a37836602e6721a8c42e69e27314f3c1')
+sha512sums=('d78f7c6f7a0a1563b270408268dc84dc1796fe7ec8355da3eb9489ffda44328a9836b05d3067516452790fe1cdf2c2ad67b285a5a97444d6403aaf79491d42c0')
build() {
cd "ansible-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/5c72a7f767de16cc4d2ae3a1dc8ae42c73505555
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/5c72a7f767de16cc4d2ae3a1dc8ae42c73505555
You're receiving this email because of your account on gitlab.archlinux.org.