aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-tlslite-ng/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-tlslite-ng/APKBUILD')
-rw-r--r--testing/py3-tlslite-ng/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/testing/py3-tlslite-ng/APKBUILD b/testing/py3-tlslite-ng/APKBUILD
index b94c186bfca..17c6b0ea365 100644
--- a/testing/py3-tlslite-ng/APKBUILD
+++ b/testing/py3-tlslite-ng/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Noel Kuntze <noel.kuntze@thermi.consulting>
pkgname=py3-tlslite-ng
pkgver=0.7.6
-pkgrel=4
+pkgrel=5
pkgdesc="Pure python implementation of SSL and TLS"
url="https://github.com/tlsfuzzer/tlslite-ng"
arch="noarch"
@@ -22,7 +22,9 @@ build() {
}
package() {
- python3 setup.py install --root="$pkgdir" --optimize=1
+ python3 setup.py install --root="$pkgdir"
}
-sha512sums="c4fcdfaf45b40cd85fee26657956651b781d41f9c9f35a8a927d00c9f13cdcfae1b4f7a594d0d07d08d477b19480af152988c6075dc9f564215761bcf9857119 py3-tlslite-ng-0.7.6.tar.gz"
+sha512sums="
+c4fcdfaf45b40cd85fee26657956651b781d41f9c9f35a8a927d00c9f13cdcfae1b4f7a594d0d07d08d477b19480af152988c6075dc9f564215761bcf9857119 py3-tlslite-ng-0.7.6.tar.gz
+"