diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-06 11:05:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-06 11:05:37 +0000 |
commit | 1414f02c2f4b3f6f32472e9550ea90d74af8a43e (patch) | |
tree | 23d943d92b3b4676f905b220a0e8618b84c8d68d /main | |
parent | 189631c6d021be895dd4c1121e906a2e8f294537 (diff) | |
download | aports-1414f02c2f4b3f6f32472e9550ea90d74af8a43e.tar.bz2 aports-1414f02c2f4b3f6f32472e9550ea90d74af8a43e.tar.xz |
main/ansible: rebuild again against python 3.8
py3-crypto was not rebuilt with python 3.8 ansible was rebuilt with
python 3.7 instead of 3.8. Bump pkgrel again and rebuild it again.
Diffstat (limited to 'main')
-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 8e1db9b860..8bd0110972 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=1 +pkgrel=2 pkgdesc="A configuration-management, deployment, task-execution, and multinode orchestration framework" url="https://ansible.com/" arch="noarch" |