diff --git a/package/aur/publish.sh b/package/aur/publish.sh index f5b2864..4de14cd 100644 --- a/package/aur/publish.sh +++ b/package/aur/publish.sh @@ -2,6 +2,8 @@ set -e +source ./utils.sh + function build() { # Get the name of the package to build from the current working directory dirname=$(pwd)