From 484d63b0178f32be1c5027b5c0d5efa53db0c620 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Wed, 1 Dec 2021 16:49:03 +0000 Subject: [PATCH] build: update to work with aurutils 3.2.0 --- .repo/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.repo/build b/.repo/build index 859f5de..5d9c201 100755 --- a/.repo/build +++ b/.repo/build @@ -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