[arch-commits] Commit in ansible-core/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Tue May 25 20:47:31 UTC 2021
Date: Tuesday, May 25, 2021 @ 20:47:30
Author: svenstaro
Revision: 946316
upgpkg: ansible-core 2.11.1-1
Modified:
ansible-core/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++------------
1 file changed, 4 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-25 20:43:16 UTC (rev 946315)
+++ PKGBUILD 2021-05-25 20:47:30 UTC (rev 946316)
@@ -6,8 +6,8 @@
# Contributor: atweiden <archbaum at gmail.com>
pkgname=ansible-core
-pkgver=2.11.0
-pkgrel=4
+pkgver=2.11.1
+pkgrel=1
pkgdesc='Radically simple IT automation platform'
arch=('any')
url='https://pypi.org/project/ansible-core'
@@ -24,17 +24,9 @@
'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"
- "https://github.com/ansible/ansible/pull/74562.patch")
-sha512sums=('292be62bd4b0314d61eb7471f60f450be216c729a034f44f967ef827486b56ef1850de26928508f214ab430ea1584fc174cc4e8833f68d6e4de845e8565fd46a'
- 'fd3f87def5e7f5dc2468845c7f78161da35b9a6dcc8c45f8d79764697376dc1b27edac9318491401fd1b115b2e225bffc4d8eeca76feab1f33404823d13b1394')
+source=("https://pypi.python.org/packages/source/a/ansible-core/ansible-core-${pkgver}.tar.gz")
+sha512sums=('1362754dde0a88ca8f6323d87cc6f4bf5f93b189b8d45fcb435d3fb289c359da128e7688a92107ade2c54828d4c4deb3ded9e01e18d19c503306924aa189a381')
-prepare() {
- cd ansible-core-${pkgver}
-
- patch -Np1 -i "$srcdir"/74562.patch
-}
-
build() {
cd ansible-core-${pkgver}
export PYTHONHASHSEED=0
More information about the arch-commits
mailing list