From 31dc4920f26303499a32e0e27424f266cfa99102 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 2 Apr 2018 19:15:01 +0000 Subject: [PATCH] main/python2: rebuild against libressl-2.7 --- main/python2/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/python2/APKBUILD b/main/python2/APKBUILD index eae2a0d211e..bc06fd5afc0 100644 --- a/main/python2/APKBUILD +++ b/main/python2/APKBUILD @@ -4,7 +4,7 @@ pkgname=python2 # the python2-tkinter's pkgver needs to be synchronized with this. pkgver=2.7.14 _verbase=${pkgver%.*} -pkgrel=2 +pkgrel=3 pkgdesc="A high-level scripting language" url="http://www.python.org" arch="all"