aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-12-23 16:34:48 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-12-31 16:47:12 +0000
commit26c3c94bd62c5041dd0955dcad2faa100b61a61e (patch)
treee7bc9ee35f97806fab19cc581dffd2c0d6ead167
parent588f9977a88a3342c9eafec7f11095269db31f85 (diff)
testing/binwalker: depend on py3-pycryptodome
-rw-r--r--testing/binwalk/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/binwalk/APKBUILD b/testing/binwalk/APKBUILD
index 67475a77c7d..cf94300151f 100644
--- a/testing/binwalk/APKBUILD
+++ b/testing/binwalk/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=binwalk
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Fast, easy to use tool for analyzing and extracting firmware images"
url="https://github.com/ReFirmLabs/binwalk/"
arch="noarch"
license="MIT"
-depends="py3-crypto python3"
+depends="py3-pycryptodome python3"
source="$pkgname-$pkgver.tar.gz::https://github.com/ReFirmLabs/binwalk/archive/v$pkgver.tar.gz"
build() {