@@ -14,6 +14,8 @@ LLVM_URL="https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/
1414FFMPEG_URL=" https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/ffmpeg-mini-$PKG_TYPE "
1515QT6_URL=" https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/qt6-base-iculess-$PKG_TYPE "
1616LIBXML_URL=" https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/libxml2-iculess-$PKG_TYPE "
17+ OPUS_URL=" https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/opus-nano-$PKG_TYPE "
18+ MESA_URL=" https://github.com/pkgforge-dev/llvm-libs-debloated/releases/download/continuous/mesa-mini-$PKG_TYPE "
1719
1820echo " Installing build dependencies..."
1921echo " ---------------------------------------------------------------"
@@ -94,18 +96,11 @@ echo "---------------------------------------------------------------"
9496wget --retry-connrefused --tries=30 " $LLVM_URL " -O ./llvm-libs.pkg.tar.zst
9597wget --retry-connrefused --tries=30 " $QT6_URL " -O ./qt6-base-iculess.pkg.tar.zst
9698wget --retry-connrefused --tries=30 " $LIBXML_URL " -O ./libxml2-iculess.pkg.tar.zst
97- wget --retry-connrefused --tries=30 " $FFMPEG_URL " -O ./ffmpeg-mini-x86_64.pkg.tar.zst
99+ wget --retry-connrefused --tries=30 " $FFMPEG_URL " -O ./ffmpeg-mini.pkg.tar.zst
100+ wget --retry-connrefused --tries=30 " $OPUS_URL " -O ./opus-nano.pkg.tar.zst
98101
99- pacman -U --noconfirm \
100- ./qt6-base-iculess.pkg.tar.zst \
101- ./libxml2-iculess.pkg.tar.zst \
102- ./ffmpeg-mini-x86_64.pkg.tar.zst \
103- ./llvm-libs.pkg.tar.zst
104-
105- rm -f ./qt6-base-iculess.pkg.tar.zst \
106- ./libxml2-iculess.pkg.tar.zst \
107- ./ffmpeg-mini-x86_64.pkg.tar.zst \
108- ./llvm-libs.pkg.tar.zst
102+ pacman -U --noconfirm ./* .pkg.tar.zst
103+ rm -f ./* .pkg.tar.zst
109104
110105echo " All done!"
111106echo " ---------------------------------------------------------------"
0 commit comments