Fix [tanin] AUR rebuild names: eww-git, tiramisu-git (not eww/tiramisu)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-19 18:41:02 +02:00
parent 7a060fb7af
commit 9451e04f1c
154 changed files with 18947 additions and 3 deletions
+2 -2
View File
@@ -16,9 +16,9 @@ sudo pacman -S --needed --noconfirm python-build python-installer python-hatchli
( cd "$HERE/taninux" && makepkg -sf --noconfirm ) \
&& cp "$HERE/taninux/"*.pkg.tar.zst "$OUT/" && echo " ok" || echo " FAILED (taninux)"
echo "==> AUR rebuilds: eww tiramisu waypaper"
echo "==> AUR rebuilds: eww-git tiramisu-git waypaper"
tmp="$(mktemp -d)"
for p in eww tiramisu waypaper; do
for p in eww-git tiramisu-git waypaper; do
echo " -- $p"
if git clone --depth=1 "https://aur.archlinux.org/$p.git" "$tmp/$p" >/dev/null 2>&1 \
&& ( cd "$tmp/$p" && makepkg -sf --noconfirm ); then