build: update to work with aurutils 3.2.0
This commit is contained in:
parent
e2153c0eb3
commit
484d63b017
1 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,7 @@ trap traperr ERR
|
|||
|
||||
PACKAGES=("$@")
|
||||
EXTRA_ARGS=()
|
||||
REPOSITORY="grawlinson"
|
||||
|
||||
if [ ${#PACKAGES[@]} -eq 0 ]; then
|
||||
echo "${BOLD}${RED}ERROR:${RESET}${BOLD} no packages specified${RESET}"
|
||||
|
@ -54,7 +55,8 @@ for package in "${PACKAGES[@]}"; do
|
|||
--gpg-sign \
|
||||
--remove \
|
||||
--force \
|
||||
--makepkg-conf=/etc/aurutils/makepkg-grawlinson.conf \
|
||||
--database="$REPOSITORY" \
|
||||
--makepkg-conf="/etc/aurutils/makepkg-$REPOSITORY.conf" \
|
||||
"${EXTRA_ARGS[@]}"
|
||||
|
||||
# reset EXTRA_ARGS
|
||||
|
|
Loading…
Reference in a new issue