diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 14:43:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:44 +0000 |
commit | 4a6fa330b148b60683580a2bde7c1e6353ed4722 (patch) | |
tree | 084b2a6216e3b173d0c527105c714894d1d8ee3d /testing/py3-txacme | |
parent | 32f7bcb4eb414327d8cb1c8eceadc635bed90efc (diff) | |
download | aports-4a6fa330b148b60683580a2bde7c1e6353ed4722.tar.bz2 aports-4a6fa330b148b60683580a2bde7c1e6353ed4722.tar.xz |
testing/py3-txacme: rebuild against python 3.8
Diffstat (limited to 'testing/py3-txacme')
-rw-r--r-- | testing/py3-txacme/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-txacme/APKBUILD b/testing/py3-txacme/APKBUILD index 35b43fadd2..87150ed4c5 100644 --- a/testing/py3-txacme/APKBUILD +++ b/testing/py3-txacme/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-txacme pkgver=0.9.2 -pkgrel=0 +pkgrel=1 pkgdesc="ACME protocol implementation for Twisted" options="!check" # Requires unpackaged dependencies url="https://github.com/mithrandi/txacme" |