aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean McAvoy <seanmcavoy@gmail.com>2022-05-17 18:10:17 -0400
committeralice <alice@ayaya.dev>2022-05-18 07:53:25 +0000
commit85b6562d7db61ce6123cac1550bf0b1e81730014 (patch)
tree05e5cae33ff5594bc5196f0c24c87e44e155bb63
parentb1d18159b6e40213110cb97444e2252d029128d3 (diff)
community/ansible-core: upgrade to 2.13.0
-rw-r--r--community/ansible-core/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/community/ansible-core/APKBUILD b/community/ansible-core/APKBUILD
index 93e78650275..a4e9bfe0afd 100644
--- a/community/ansible-core/APKBUILD
+++ b/community/ansible-core/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sean McAvoy <seanmcavoy@gmail.com>
# Maintainer: Sean McAvoy <seanmcavoy@gmail.com>
pkgname=ansible-core
-pkgver=2.12.5
+pkgver=2.13.0
pkgrel=0
pkgdesc="core components of ansible: A configuration-management, deployment, task-execution, and multinode orchestration framework"
url="https://ansible.com"
@@ -21,9 +21,6 @@ build() {
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
- mkdir -p "$pkgdir"/usr/share/man/man1
- install -Dm644 "$builddir"/docs/man/man1/*.1 \
- "$pkgdir"/usr/share/man/man1
mkdir -p "$pkgdir"/usr/share/doc/$pkgname/examples/
cp -r examples/* \
@@ -32,5 +29,5 @@ package() {
}
sha512sums="
-795001257d8b2ffdca00c13a018ebfc822c11f1d8a0eb83df30a1670c19bdc995325da1c87414b672a4fcf8bf57215ff8b7a7b85325ad561d5123c549b18dbe9 ansible-core-2.12.5.tar.gz
+37e17d73477ba88c62af94a6912f9b4b91ebf2ac967c2845875e293fe2ed09307e414644899714e604883973e241eed571d61b7a093a6c212446a1f5b702af6f ansible-core-2.13.0.tar.gz
"