Skip to content

Commit

Permalink
Switch termux to src/binnames (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 20, 2022
1 parent 7c5e72a commit 85c86bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion repology/packagemaker/names.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 85c86bf

Please sign in to comment.