Date: Thursday, March 3, 2022 @ 09:25:20 Author: foutrelis Revision: 1140361
upgpkg: ansible 5.4.0-3: extend previous pacman fix Due to [1] the same file exists in two places, so fix the second file too. [1] https://github.com/ansible-community/antsibull/issues/218 Modified: ansible/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-03 08:29:33 UTC (rev 1140360) +++ PKGBUILD 2022-03-03 09:25:20 UTC (rev 1140361) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=ansible pkgver=5.4.0 -pkgrel=2 +pkgrel=3 pkgdesc='Official assortment of Ansible collections' arch=('any') url='https://pypi.org/project/ansible/' @@ -29,6 +29,7 @@ prepare() { cd ansible-${pkgver}/ansible_collections/community/general patch -Np1 -i "${srcdir}"/fix-pacman-upgrade.patch + cp -v plugins/modules/{packaging/os/,}pacman.py } build() { cd ansible-${pkgver}
