aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-14 10:39:19 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 08:00:17 +0700
commit982758955d224efb566895e6fe762617b26f5a01 (patch)
tree187eff6004459cbbfa809899fb80db15567d5d82
parent73ce8f39115f079b666c9700934b756933178587 (diff)
system/hivex: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/hivex/hivex.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/hivex/hivex.info b/system/hivex/hivex.info
index 070a4416eb3d..c5435613a265 100644
--- a/system/hivex/hivex.info
+++ b/system/hivex/hivex.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://download.libguestfs.org/hivex/hivex-1.3.23.tar.gz"
MD5SUM="7553678cffda323c7aa327f53ea8146e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ocaml ocaml-findlib ocamlbuild perl-IO-stringy perl-Test-Simple"
+REQUIRES="ocaml-findlib ocamlbuild perl-IO-stringy perl-Test-Simple"
MAINTAINER="Vijay Marcel"
EMAIL="vijaymarcel@outlook.com"