Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit b695ef5

Browse files
committed
Added bash as a dependency
1 parent 918a12d commit b695ef5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ license_file = ["LICENSE", "0"]
3737
extended_description = """\
3838
Secure, Unified, Powerful and Extensible Rust Android Analyzer. Core software\
3939
with CLI."""
40-
depends = "libc6, libgcc1, default-jre-headless, openssl"
40+
depends = "libc6, libgcc1, default-jre-headless, openssl, bash"
4141
section = "devel"
4242
priority = "optional"
4343
assets = [

rpmbuild/super.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ URL: http://superanalyzer.rocks/
66
License: GPLv3+
77

88
Source0: https://github.com/SUPERAndroidAnalyzer/super/archive/%{version}.tar.gz
9-
Requires: java-1.8.0-openjdk-headless, openssl
9+
Requires: java-1.8.0-openjdk-headless, openssl, bash
1010

1111
%description
1212
Secure, Unified, Powerful and Extensible Rust Android Analyzer.

0 commit comments

Comments
 (0)