diff --git a/pkg.info b/pkg.info index edc5c81..776f682 100644 --- a/pkg.info +++ b/pkg.info @@ -1,9 +1,9 @@ name: stormfetch description: A simple linux fetch program written in go and bash -version: 5.3 -url: https://gitlab.com/EnumDev/stormfetch +version: 6.1 +url: https://git.enumerated.dev/EnumDev/stormfetch license: MIT architecture: any type: source -depends: ["bash"] -make_depends: ["git","golang"] +depends: ["bash","libglvnd","libxcursor","libxi","libxinerama","libxrandr"] +make_depends: ["git","golang","libx11","make"] diff --git a/source.sh b/source.sh index 422ac94..e7b0e50 100644 --- a/source.sh +++ b/source.sh @@ -2,7 +2,7 @@ # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT -REPO="https://gitlab.com/EnumDev/stormfetch.git" +REPO="https://git.enumerated.dev/EnumDev/stormfetch.git" # The prepare function is executed in the root of the temp directory # This function is used for downloading files and putting them into the correct location