diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 14:43:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:44 +0000 |
commit | 32f7bcb4eb414327d8cb1c8eceadc635bed90efc (patch) | |
tree | 6b051f7f4e960f1980b7e994785e1463fdeaebd8 | |
parent | f10982dfca281d4ae71bf557018b09d8f743100f (diff) | |
download | aports-32f7bcb4eb414327d8cb1c8eceadc635bed90efc.tar.bz2 aports-32f7bcb4eb414327d8cb1c8eceadc635bed90efc.tar.xz |
testing/py3-txsni: rebuild against python 3.8
-rw-r--r-- | testing/py3-txsni/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-txsni/APKBUILD b/testing/py3-txsni/APKBUILD index 8f595df700..45e32cfe12 100644 --- a/testing/py3-txsni/APKBUILD +++ b/testing/py3-txsni/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-txsni pkgver=0.1.9 -pkgrel=0 +pkgrel=1 pkgdesc="Simple support for running a TLS server with Twisted" options="!check" # No testsuite url="https://github.com/glyph/txsni" |