diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 21:26:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-17 21:26:31 +0000 |
commit | bdd1e717e7b57aec018df518c17a3a1ab878c4a9 (patch) | |
tree | 34086ffc25ad8809c59bfe804214b86a7e2698bc /main/python | |
parent | 949f8208fb464f183119b6628333af9f09b11108 (diff) | |
download | aports-bdd1e717e7b57aec018df518c17a3a1ab878c4a9.tar.bz2 aports-bdd1e717e7b57aec018df518c17a3a1ab878c4a9.tar.xz |
main/python: rebuild against fixed ncurses widechar only
Diffstat (limited to 'main/python')
-rw-r--r-- | main/python/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/python/APKBUILD b/main/python/APKBUILD index e64213c67b..bd747c795f 100644 --- a/main/python/APKBUILD +++ b/main/python/APKBUILD @@ -2,7 +2,7 @@ pkgname=python pkgver=2.7.11 _verbase=${pkgver%.*} -pkgrel=1 +pkgrel=2 pkgdesc="A high-level scripting language" url="http://www.python.org" arch="all" |