diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-02 13:50:50 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-05 13:48:05 +0000 |
commit | 823965878616743cd9132bbb9d009e2299563d8e (patch) | |
tree | 1b3cb660d02331e885e8ac6144cb2cb3c35c526d /testing/python3.4 | |
parent | 1a713445187d8dc22bd2e4787d98249eb0cc0c96 (diff) | |
download | aports-823965878616743cd9132bbb9d009e2299563d8e.tar.bz2 aports-823965878616743cd9132bbb9d009e2299563d8e.tar.xz |
testing/python3.4: rebuild against readline-7.0.003
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 d059c9019f..b028f68d67 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=1 +pkgrel=2 pkgdesc="A high-level scripting language" url="http://www.python.org" arch="all" |