Skip to content

Commit

Permalink
Hack: install inputplumber
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 authored Aug 14, 2024
1 parent 69240cd commit 7044eb1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aur-pkgs/build-aur-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ sudo chown build:build /workdir/aur-pkgs

git clone --depth=1 https://aur.archlinux.org/${1}.git /temp/package

pikaur --noconfirm -S inputplumber-bin

PIKAUR_CMD="PKGDEST=/workdir/aur-pkgs pikaur --noconfirm --build-gpgdir /etc/pacman.d/gnupg -S -P /temp/package/PKGBUILD"
PIKAUR_RUN=(bash -c "${PIKAUR_CMD}")
"${PIKAUR_RUN[@]}"
Expand All @@ -20,4 +22,4 @@ if [ $? -ne 0 ]; then
exit -1
fi
# remove any epoch (:) in name, replace with -- since not allowed in artifacts
find /workdir/aur-pkgs/*.pkg.tar* -type f -name '*:*' -execdir bash -c 'mv "$1" "${1//:/--}"' bash {} \;
find /workdir/aur-pkgs/*.pkg.tar* -type f -name '*:*' -execdir bash -c 'mv "$1" "${1//:/--}"' bash {} \;

0 comments on commit 7044eb1

Please sign in to comment.