.SRCINFO regenerated with real makepkg this time (Docker was running), confirming the same values as the manual field-mapping used previously. AUR disabled new account registrations 2026-06-15 after a malware campaign; reopened as of today. Updated the README note accordingly -- this package is ready to actually publish once an account + SSH key are set up, which is a manual step only the maintainer can do. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .SRCINFO | ||
| PKGBUILD | ||
| README.md | ||
msdl-bin (AUR)
✅ Registration reopened as of 2026-07-31: Arch Linux disabled new AUR account registrations on 2026-06-15 after a malware campaign compromised 1,500+ AUR packages across several waves; registration is open again. This package (
PKGBUILD+.SRCINFObelow) is ready to publish — see "Publishing" below once an account + SSH key are set up at aur.archlinux.org.
PKGBUILD and .SRCINFO for the msdl-bin AUR package, tracked here so version bumps have the same history/review as the winget manifests.
.SRCINFO is generated with the real makepkg tool (via an ephemeral archlinux Docker container — no VM or native Arch install needed) whenever PKGBUILD changes:
docker run --rm -v "$(pwd)":/pkg -w /pkg archlinux:latest bash -c "
useradd -m builder && chown -R builder:builder /pkg &&
pacman -Sy --noconfirm --needed base-devel &&
su builder -c 'makepkg --printsrcinfo' > .SRCINFO
"
Publishing (requires an AUR account with an SSH key registered at aur.archlinux.org — this step can't be automated on someone else's behalf):
git clone ssh://aur@aur.archlinux.org/msdl-bin.git
cp PKGBUILD .SRCINFO msdl-bin/
cd msdl-bin
git add PKGBUILD .SRCINFO
git commit -m "Update to <version>"
git push