From cea8606392558282baf1b3db8ad39b40386798b1 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 12 Jul 2025 21:38:42 +0300 Subject: [PATCH] Fix dependencies --- pkg.info | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 669ae93..b76e6bf 100644 --- a/pkg.info +++ b/pkg.info @@ -1,8 +1,9 @@ name: libtree description: ldd as a tree version: 3.1.1 +revision: 2 url: https://github.com/haampie/libtree license: MIT architecture: any -depends: ["glibc","gcc"] +depends: ["glibc"] type: source