diff options
author | Jeffery To <jeffery.to@gmail.com> | 2023-07-20 02:45:44 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2023-07-20 02:45:44 +0800 |
commit | 35d6cdf8bbbecb3795102dab5d2f22e86e43218f (patch) | |
tree | 1307c69c35784ab122a6613ba2b68f4188712196 /lang | |
parent | caafb15e4bec8ff2fa9a62af19312fd2c438dbc8 (diff) |
python3-unidecode: Update to 1.3.6, rename source package
This renames the source package to python-unidecode to match other
Python packages.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-unidecode/Makefile (renamed from lang/python/python3-unidecode/Makefile) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python3-unidecode/Makefile b/lang/python/python-unidecode/Makefile index 30265718c..d8c150ac2 100644 --- a/lang/python/python3-unidecode/Makefile +++ b/lang/python/python-unidecode/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=python3-unidecode -PKG_VERSION:=1.1.1 -PKG_RELEASE:=2 +PKG_NAME:=python-unidecode +PKG_VERSION:=1.3.6 +PKG_RELEASE:=1 PYPI_NAME:=Unidecode -PKG_HASH:=2b6aab710c2a1647e928e36d69c21e76b453cd455f4e2621000e54b2a9b8cce8 +PKG_HASH:=fed09cf0be8cf415b391642c2a5addfc72194407caee4f98719e40ec2a72b830 PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> PKG_LICENSE:=GPL-2.0-or-later |