From 85c86bf86f9114416fbdbf5467e35708d5f394c9 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 20 Sep 2022 23:58:50 +0300 Subject: [PATCH] Switch termux to src/binnames (#944) --- repology/packagemaker/names.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/repology/packagemaker/names.py b/repology/packagemaker/names.py index e65fb0077..eda9e153e 100644 --- a/repology/packagemaker/names.py +++ b/repology/packagemaker/names.py @@ -139,7 +139,11 @@ class NameType: BUCKAROO_NAME: ClassVar[int] = GENERIC_GEN_NAME BUCKAROO_FILENAME: ClassVar[int] = IGNORED - TERMUX_NAME: ClassVar[int] = GENERIC_GEN_NAME + # Note that packages reside in subdirs such as packages/, + # root-packages/, x11-packages/ and it may be that srcname + # should include directory as well. However these are names + # reported by upstream and these seem to be unique ATOW + TERMUX_NAME: ClassVar[int] = GENERIC_SRCBIN_NAME VCPKG_SOURCE: ClassVar[int] = GENERIC_GEN_NAME