diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-01 12:19:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:28 +0000 |
commit | 08497f3bbe723047ddfa59ebd3fe93fa0d0575bb (patch) | |
tree | 0a37c0a0104c1366b03c6993d086ee2284573b8e /testing | |
parent | 2c0e1c3bd5a780b04ca628244bf9d95cd43e8254 (diff) | |
download | aports-08497f3bbe723047ddfa59ebd3fe93fa0d0575bb.tar.bz2 aports-08497f3bbe723047ddfa59ebd3fe93fa0d0575bb.tar.xz |
testing/py3-axolotl-curve25519: rebuild against python 3.8
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-axolotl-curve25519/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-axolotl-curve25519/APKBUILD b/testing/py3-axolotl-curve25519/APKBUILD index 052a9f0121..22b09cbff2 100644 --- a/testing/py3-axolotl-curve25519/APKBUILD +++ b/testing/py3-axolotl-curve25519/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-axolotl-curve25519 _pkgname="python-${pkgname#py3-}" pkgver=0.4.1b _pkgver=0.4.1-2 -pkgrel=2 +pkgrel=3 pkgdesc="A python wrapper for curve25519 library with ed25519 signatures" options="!check" # No testsuite url="https://github.com/tgalal/python-axolotl-curve25519" |