python: bump PKG_RELEASE
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 15 Mar 2016 11:55:43 +0000 (13:55 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 15 Mar 2016 11:55:43 +0000 (13:55 +0200)
Bump PKG_RELEASE of python 2.7.11 after the recent fixes.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
lang/python/Makefile

index 20442b3991884e4447d2bc53c2b5de0ccadc93ca..63af64de5b5abfeb6de53583dbbf4d6e28860dc2 100644 (file)
@@ -12,7 +12,7 @@ include ./files/python-package.mk
 
 PKG_NAME:=python
 PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
-PKG_RELEASE:=5
+PKG_RELEASE:=6
 
 PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION)