[arch-commits] Commit in ansible-core/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat May 15 15:22:53 UTC 2021
Date: Saturday, May 15, 2021 @ 15:22:53
Author: svenstaro
Revision: 934692
upgpkg: ansible-core 2.11.0-3: Backport ssh client fix (FS#70659)
Modified:
ansible-core/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-15 15:04:21 UTC (rev 934691)
+++ PKGBUILD 2021-05-15 15:22:53 UTC (rev 934692)
@@ -7,7 +7,7 @@
pkgname=ansible-core
pkgver=2.11.0
-pkgrel=2
+pkgrel=3
pkgdesc='Radically simple IT automation platform'
arch=('any')
url='https://pypi.org/project/ansible-core'
@@ -24,9 +24,17 @@
'python-jmespath: json_query support')
makedepends=('python-setuptools')
backup=('etc/ansible/ansible.cfg')
-source=("https://pypi.python.org/packages/source/a/ansible-core/ansible-core-${pkgver}.tar.gz")
-sha512sums=('292be62bd4b0314d61eb7471f60f450be216c729a034f44f967ef827486b56ef1850de26928508f214ab430ea1584fc174cc4e8833f68d6e4de845e8565fd46a')
+source=("https://pypi.python.org/packages/source/a/ansible-core/ansible-core-${pkgver}.tar.gz"
+ "https://github.com/ansible/ansible/pull/74562.patch")
+sha512sums=('292be62bd4b0314d61eb7471f60f450be216c729a034f44f967ef827486b56ef1850de26928508f214ab430ea1584fc174cc4e8833f68d6e4de845e8565fd46a'
+ 'fd3f87def5e7f5dc2468845c7f78161da35b9a6dcc8c45f8d79764697376dc1b27edac9318491401fd1b115b2e225bffc4d8eeca76feab1f33404823d13b1394')
+prepare() {
+ cd ansible-core-${pkgver}
+
+ patch -Np1 -i "$srcdir"/74562.patch
+}
+
build() {
cd ansible-core-${pkgver}
python setup.py build
More information about the arch-commits
mailing list