diff --git a/pkg.info b/pkg.info index f547250..febf599 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,6 @@ name: stormfetch description: A simple linux fetch program written in go and bash -version: 6.1 -revision: 3 +version: 6.2 url: https://github.com/EnumeratedDev/stormfetch license: MIT architecture: any diff --git a/source.sh b/source.sh index 73d7a4f..a2217b4 100644 --- a/source.sh +++ b/source.sh @@ -14,7 +14,7 @@ prepare() { # The build function is executed in the source directory # This function is used to compile the source code build() { - GO=go make SYSCONFDIR=/etc + make SYSCONFDIR=/etc } # The package function is executed in the source directory