diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-28 11:02:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:51 +0000 |
commit | f09e540673c85dc12fcb5c6c55caa45fc36748f0 (patch) | |
tree | edf3cf8dd097e062823c82d8a3be16b189b66b56 | |
parent | 75d5000f9dcec88c6b03503a7eff5fa18c9369c9 (diff) | |
download | aports-f09e540673c85dc12fcb5c6c55caa45fc36748f0.tar.bz2 aports-f09e540673c85dc12fcb5c6c55caa45fc36748f0.tar.xz |
main/ansible: rebuild against python 3.8
-rw-r--r-- | main/ansible/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ansible/APKBUILD b/main/ansible/APKBUILD index 84a68502fd..8e1db9b860 100644 --- a/main/ansible/APKBUILD +++ b/main/ansible/APKBUILD @@ -4,7 +4,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=ansible pkgver=2.8.6 -pkgrel=0 +pkgrel=1 pkgdesc="A configuration-management, deployment, task-execution, and multinode orchestration framework" url="https://ansible.com/" arch="noarch" |