aedi: apply pbzx xar content patch

This commit is contained in:
alexey.lysiuk 2021-10-07 10:50:20 +03:00
parent c890469d7f
commit c90a0cfd63

View file

@ -192,7 +192,8 @@ class PbzxTarget(SingleExeCTarget):
def prepare_source(self, state: BuildState): def prepare_source(self, state: BuildState):
state.download_source( state.download_source(
'https://github.com/nrosenstein-stuff/pbzx/archive/refs/tags/v1.0.2.tar.gz', 'https://github.com/nrosenstein-stuff/pbzx/archive/refs/tags/v1.0.2.tar.gz',
'33db3cf9dc70ae704e1bbfba52c984f4c6dbfd0cc4449fa16408910e22b4fd90') '33db3cf9dc70ae704e1bbfba52c984f4c6dbfd0cc4449fa16408910e22b4fd90',
'pbzx-xar-content')
def detect(self, state: BuildState) -> bool: def detect(self, state: BuildState) -> bool:
return state.has_source_file('pbzx.c') return state.has_source_file('pbzx.c')