Skip to content

Commit

Permalink
use pacman keyring for own packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Aug 31, 2023
1 parent 5adac4f commit 850f873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -x

sudo chown -R build:build /workdir/pkgs

PIKAUR_CMD="PKGDEST=/workdir/pkgs pikaur --noconfirm -S -P /workdir/${1}/PKGBUILD"
PIKAUR_CMD="PKGDEST=/workdir/pkgs pikaur --noconfirm --build-gpgdir /etc/pacman.d/gnupg -S -P /workdir/${1}/PKGBUILD"
PIKAUR_RUN=(bash -c "${PIKAUR_CMD}")
"${PIKAUR_RUN[@]}"
# remove any epoch (:) in name, replace with -- since not allowed in artifacts
Expand Down

0 comments on commit 850f873

Please sign in to comment.