diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-19 13:38:40 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-19 13:38:40 +0000 |
commit | 3bf2c044f6d90d775cf870fa3e1124edfe383623 (patch) | |
tree | 960f0593cdc5df56abb80d18442c755f21550460 /testing/python3.4 | |
parent | 5c06e27863ddf9395a1cf0ca8047a37abbf5f8ff (diff) | |
download | aports-3bf2c044f6d90d775cf870fa3e1124edfe383623.tar.bz2 aports-3bf2c044f6d90d775cf870fa3e1124edfe383623.tar.xz |
testing/python3.4: rebuild against libressl 2.5
Diffstat (limited to 'testing/python3.4')
-rw-r--r-- | testing/python3.4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/python3.4/APKBUILD b/testing/python3.4/APKBUILD index 4b2b6e8f33..d059c9019f 100644 --- a/testing/python3.4/APKBUILD +++ b/testing/python3.4/APKBUILD @@ -3,7 +3,7 @@ _basever=3.4 pkgname=python$_basever pkgver=$_basever.5 -pkgrel=0 +pkgrel=1 pkgdesc="A high-level scripting language" url="http://www.python.org" arch="all" |