diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-08 11:23:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-08 11:23:02 +0000 |
commit | 2609f68e53537b3af75b55ee54823af978b0b949 (patch) | |
tree | 0dc71d1975b63f44a8d6c0eeb47f0374a4b35f7c /testing | |
parent | d65025cd3b5b837c6217e397f6916e6b8b2093f5 (diff) | |
download | aports-2609f68e53537b3af75b55ee54823af978b0b949.tar.bz2 aports-2609f68e53537b3af75b55ee54823af978b0b949.tar.xz |
testing/python3: bump pkgrel
so pbuilder pick up last python3 fix
Diffstat (limited to 'testing')
-rw-r--r-- | testing/python3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/python3/APKBUILD b/testing/python3/APKBUILD index 5fe37f9099..164dcc5cb4 100644 --- a/testing/python3/APKBUILD +++ b/testing/python3/APKBUILD @@ -2,7 +2,7 @@ pkgname=python3 pkgver=3.4.2 _pkgver=3.4 -pkgrel=0 +pkgrel=1 pkgdesc="A high-level scripting language" url="http://www.python.org" arch="all" |