aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-04-08 20:11:23 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-04-08 20:11:23 +0200
commitd97ad97a7a708b313cb922e17d4730079fdfc999 (patch)
tree7b32ce185cb238c5d22e2d8dca519a67197ad1e2
parent898206af1e678dbf39cb6b7d32bd233c8e9ce575 (diff)
downloadaports-d97ad97a7a708b313cb922e17d4730079fdfc999.tar.bz2
aports-d97ad97a7a708b313cb922e17d4730079fdfc999.tar.xz
main/python3: rebuild with gcc 8.3.0
Rebuilding python with gcc 8.3.0 fixes segfault with aarch64 build on rpi3. fixes #9981
-rw-r--r--main/python3/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/python3/APKBUILD b/main/python3/APKBUILD
index 7cb947c3fd..d1c7962aec 100644
--- a/main/python3/APKBUILD
+++ b/main/python3/APKBUILD
@@ -5,7 +5,7 @@ pkgname=python3
# the python2-tkinter's pkgver needs to be synchronized with this.
pkgver=3.6.8
_basever="${pkgver%.*}"
-pkgrel=1
+pkgrel=2
pkgdesc="A high-level scripting language"
url="https://www.python.org"
arch="all"