diff options
Diffstat (limited to 'main/python2/APKBUILD')
-rw-r--r-- | main/python2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/python2/APKBUILD b/main/python2/APKBUILD index beed74bae6..5ac8fad4f4 100644 --- a/main/python2/APKBUILD +++ b/main/python2/APKBUILD @@ -4,7 +4,7 @@ pkgname=python2 # the python2-tkinter's pkgver needs to be synchronized with this. pkgver=2.7.14 _verbase=${pkgver%.*} -pkgrel=0 +pkgrel=1 pkgdesc="A high-level scripting language" url="http://www.python.org" arch="all" |