mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
binwalk: fix error in depends
This commit is contained in:
parent
6ccf1439c9
commit
b32e8108f6
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template build file for 'binwalk'.
|
# Template build file for 'binwalk'.
|
||||||
pkgname=binwalk
|
pkgname=binwalk
|
||||||
version=2.1.1
|
version=2.1.1
|
||||||
revision=2
|
revision=3
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
depends="python libmagic libfuzzy"
|
depends="python3 libmagic libfuzzy"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="binwalk"
|
pycompile_module="binwalk"
|
||||||
short_desc="Easy tool for analyzing/reversing/extracting firmware images"
|
short_desc="Easy tool for analyzing/reversing/extracting firmware images"
|
||||||
|
|
Loading…
Add table
Reference in a new issue