diff --git a/pkg.info b/pkg.info index 90c9b81..edc5c81 100644 --- a/pkg.info +++ b/pkg.info @@ -1,8 +1,9 @@ name: stormfetch description: A simple linux fetch program written in go and bash -version: 5.2 +version: 5.3 url: https://gitlab.com/EnumDev/stormfetch license: MIT architecture: any type: source -make_depends: git,go +depends: ["bash"] +make_depends: ["git","golang"]