diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 09:16:49 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-18 20:45:29 +0000 |
commit | ccf565ed7b8d6808bf4c77cb660875ba23da7235 (patch) | |
tree | b4da2b2f5ca4cbb46de446e9e4c17e2338dfd934 | |
parent | ea47cace452c9c9e328f2f8951aa7bdd42a2ed2e (diff) | |
download | aports-ccf565ed7b8d6808bf4c77cb660875ba23da7235.tar.bz2 aports-ccf565ed7b8d6808bf4c77cb660875ba23da7235.tar.xz |
main/python2: rebuild against libressl 2.5
-rw-r--r-- | main/python2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/python2/APKBUILD b/main/python2/APKBUILD index 98bd0af6b5..a8f81cd7be 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.13 _verbase=${pkgver%.*} -pkgrel=0 +pkgrel=1 pkgdesc="A high-level scripting language" url="http://www.python.org" arch="all" |