python-qrcode: update Eneas' email as per prev request
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Thu, 11 Jul 2019 12:08:05 +0000 (15:08 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Thu, 11 Jul 2019 12:10:09 +0000 (15:10 +0300)
The email change was part of a previous request from a different PR series.
In this series, the change is the only thing left to do (from what the
original changeset intended to do).

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/python-qrcode/Makefile

index 8bea796027003e46ac656c902d2d37df1c13bf4a..b67fdf62761c4ed1e0d8a2e7abd8e6672671fb4e 100644 (file)
@@ -7,15 +7,15 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-qrcode
 PKG_VERSION:=6.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=qrcode-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/q/qrcode/
 PKG_HASH:=505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369
 
-PKG_MAINTAINER:=Eneas U de Queiroz <cote2004-github@yahoo.com>
+PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
 PKG_LICENSE:=BSD-3-Clause
-PKG_LICENSE_FILE:=LICENSE
+PKG_LICENSE_FILES:=LICENSE
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-qrcode-$(PKG_VERSION)