fix(pkg,aur): sources now are version unique

This commit is contained in:
2025-07-21 18:25:35 +02:00
parent 363deeab28
commit e529483c28
8 changed files with 24 additions and 37 deletions

View File

@@ -7,15 +7,6 @@ MYDIR=$(dirname "$MYSELF")
for pkg in "$MYDIR"/*/; do
printf "\x1b[1mEntering '%s'\x1b[0m\n" "$pkg"
cd "$pkg"
# shellcheck disable=SC1091
source "PKGBUILD"
for source in "${source[@]}"; do
awk -F'::' '{print $1}' <<<"$source" | xargs rm -rf
done
rm -rf ./*.{gz,zst} src pkg
makepkg -f .
echo
done