From 155b40ce3a04485b192a7cc418283f1dce62427b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 16 Apr 2019 12:35:41 +0000 Subject: [PATCH] testing/py-axolotl-curve25519: rebuild against python 3.7 --- testing/py-axolotl-curve25519/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py-axolotl-curve25519/APKBUILD b/testing/py-axolotl-curve25519/APKBUILD index 7b0f0dbebb6..a59979d18d3 100644 --- a/testing/py-axolotl-curve25519/APKBUILD +++ b/testing/py-axolotl-curve25519/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-axolotl-curve25519 _pkgname="python-${pkgname#py-}" pkgver=0.4.1b _pkgver=0.4.1-2 -pkgrel=0 +pkgrel=1 pkgdesc="A python wrapper for curve25519 library with ed25519 signatures" url="https://github.com/tgalal/python-axolotl-curve25519" arch="all"