Package Details: binwalk-git 2.1.2.1054.a4945a9-1

Git Clone URL: https://aur.archlinux.org/binwalk-git.git (read-only, click to copy)
Package Base: binwalk-git
Description: A tool for searching a given binary image for embedded files
Upstream URL: http://binwalk.org
Licenses: MIT
Conflicts: binwalk
Provides: binwalk
Submitter: anthraxx
Maintainer: anthraxx
Last Packager: anthraxx
Votes: 9
Popularity: 0.000000
First Submitted: 2015-01-22 11:52 (UTC)
Last Updated: 2018-08-13 11:44 (UTC)

Dependencies (19)

Required by (4)

Sources (1)

Latest Comments

Pandor commented on 2018-10-13 08:30 (UTC)

please add optional dependency for jefferson-git https://aur.archlinux.org/packages/jefferson-git/

this is optional for jffs2 extraction.

andrewchen commented on 2018-08-13 07:29 (UTC) (edited on 2018-08-13 07:29 (UTC) by andrewchen)

Here's a patch to fix the pkgbuild so it builds

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,8 +39,7 @@ sha512sums=('SKIP')

 pkgver() {
   cd ${pkgname}
-  printf "%s.%s.%s" "$(python setup.py --version)" \
-    "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+  git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }

 build() {

andrewchen commented on 2018-02-08 03:02 (UTC)

Doesn't build:

==> Starting pkgver()... ==> ERROR: pkgver is not allowed to contain colons, hyphens or whitespace. ==> ERROR: pkgver() generated an invalid version: 2.1.2-f636501.1035.f636501

gardar commented on 2016-11-02 14:05 (UTC)

binwalk complaints about missing cramfsck cramfsswap eve though I have all the dependencies installed. Are there no packages for cramfsck/cramfsswap available for Arch?