Skip to content

Commit

Permalink
Update pkgbuild.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rern committed Jun 3, 2024
1 parent 6535792 commit 8929fdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ buildPackage() {
curl -L $urlrern/github-download.sh | bash -s "$url"
cd $name
;;
mpd )
curl -L https://gitlab.archlinux.org/archlinux/packaging/packages/mpd/-/archive/main/mpd-main.tar.gz | bsdtar xf -
libnpupnp | libupnpp | mpd | upmpdcli )
curl -L https://gitlab.archlinux.org/archlinux/packaging/packages/$name/-/archive/main/$name-main.tar.gz | bsdtar xf -
mv mpd{-main,}
cd $name
sed -E -i 's/lib(pipewire\s*)/\1/' PKGBUILD
[[ $name == mpd ]] && sed -E -i 's/lib(pipewire\s*)/\1/' PKGBUILD
;;
wiringpi ) # fix: No 'Hardware' line in /proc/cpuinfo anymore
mkdir -p wiringpi
Expand Down

0 comments on commit 8929fdb

Please sign in to comment.