update ansible collections to 8.0.0

This commit is contained in:
Alexandre Ferreira
2023-05-31 23:21:36 +01:00
committed by Biswapriyo Nath
parent c0b2964e8d
commit efb87f030f
2 changed files with 3 additions and 3 deletions

View File

@@ -55,4 +55,4 @@ package() {
install -d "${pkgdir}"/usr/share/man/man1
cp -dpr --no-preserve=ownership docs/man/man1/*.1 "${pkgdir}"/usr/share/man/man1
}
}

View File

@@ -1,7 +1,7 @@
# Maintainer: Alexandre Ferreira <contact@alexjorgef.com>
pkgname=ansible
pkgver=7.5.0
pkgver=8.0.0
pkgrel=1
pkgdesc='Official assortment of Ansible collections'
arch=('any')
@@ -19,7 +19,7 @@ makedepends=(
'python-wheel'
)
source=("https://pypi.python.org/packages/source/a/ansible/ansible-${pkgver}.tar.gz")
sha512sums=('0246d5beabbe26733978d83359b5647727c833ca0dd3f84f86f61f906e62e96178bffb82e39a2a48ffc442e01f3ab8335f5bb7c4649c872373831ad2deaf9572')
sha512sums=('637304599ec2074b473902d767a9e42d4df17c8485e5d64b6a1ea8a3b8ad347f021aeb88ca5cdbd2eefc30f2d8d2870e8934fa2c4d9c192c03a1482b31cc1fc5')
build() {
cd ansible-${pkgver}