aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-23 17:36:44 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:18:55 +0000
commit1bc6ef5d4173f5227bb3468c3d22dd23889de2b2 (patch)
tree87df9b10ef30fafd0692d9570ed3e445fccc6ed2
parenta8c0c0653950c0c66c15ba7af8bbced47503f562 (diff)
community/py3-txacme: rebuild against python 3.9
-rw-r--r--community/py3-txacme/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-txacme/APKBUILD b/community/py3-txacme/APKBUILD
index 3074b60c125..0e049d23254 100644
--- a/community/py3-txacme/APKBUILD
+++ b/community/py3-txacme/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-txacme
pkgver=0.9.3
-pkgrel=0
+pkgrel=1
pkgdesc="ACME protocol implementation for Twisted"
options="!check" # Requires unpackaged dependencies
url="https://github.com/mithrandi/txacme"