From df58457fe66a6e81dfc82481c03f20d4b89463f9 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 18 Oct 2018 18:00:02 +0200 Subject: [PATCH] binwalk: noarch=yes "Removal of all C library dependencies, including libmagic - pure Python!" --- srcpkgs/binwalk/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/binwalk/template b/srcpkgs/binwalk/template index 1b728fccd1a..f201f7d5fd6 100644 --- a/srcpkgs/binwalk/template +++ b/srcpkgs/binwalk/template @@ -1,16 +1,17 @@ # Template build file for 'binwalk'. pkgname=binwalk version=2.1.1 -revision=3 -hostmakedepends="python3" -depends="python3 libmagic libfuzzy" +revision=4 +noarch=yes build_style=python3-module pycompile_module="binwalk" +hostmakedepends="python3" +depends="python3" short_desc="Easy tool for analyzing/reversing/extracting firmware images" maintainer="Duncaen " homepage="http://www.binwalk.org" license="MIT" -distfiles="https://github.com/devttys0/${pkgname}/archive/v${version}.tar.gz" +distfiles="https://github.com/ReFirmLabs/binwalk/archive/v${version}.tar.gz" checksum=1b70a5b03489d29f60fef18008a2164974234874faab48a4f47ec53d461d284a post_install() {