Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
upgpkg: ansible 5.4.0-3: extend previous pacman fix
Browse files Browse the repository at this point in the history
Due to [1] the same file exists in two places, so fix the second file too.

[1] ansible-community/antsibull-build#218


git-svn-id: file:///srv/repos/svn-community/svn@1140361 9fca08f4-af9d-4005-b8df-a31f2cc04f65
  • Loading branch information
foutrelis committed Mar 3, 2022
1 parent e9b4785 commit b0eaec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/trunk/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <svenstaro@archlinux.org>
pkgname=ansible
pkgver=5.4.0
pkgrel=2
pkgrel=3
pkgdesc='Official assortment of Ansible collections'
arch=('any')
url='https://pypi.org/project/ansible/'
Expand Down Expand Up @@ -29,6 +29,7 @@ sha512sums=('7065c7d16a3bb13db27a3ec99c33c48e9d4abb4bec8267751e3d8df89da7d0948a8
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}
Expand Down

0 comments on commit b0eaec7

Please sign in to comment.