From b32e8108f6814a67109a241255c35d15b60afc3c Mon Sep 17 00:00:00 2001 From: m3tav3rse Date: Fri, 31 Aug 2018 19:28:10 +0200 Subject: [PATCH] binwalk: fix error in depends --- srcpkgs/binwalk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template index 5b6ffcdf641..1b728fccd1a 100644 --- a/srcpkgs/binwalk/template +++ b/srcpkgs/binwalk/template @@ -1,9 +1,9 @@ # Template build file for 'binwalk'. pkgname=binwalk version=2.1.1 -revision=2 +revision=3 hostmakedepends="python3" -depends="python libmagic libfuzzy" +depends="python3 libmagic libfuzzy" build_style=python3-module pycompile_module="binwalk" short_desc="Easy tool for analyzing/reversing/extracting firmware images"