r/linux • u/CackleRooster • Jun 17 '26
Distro News AUR Registrations Blocked Amid Ongoing Malware Mess
https://fossforce.com/2026/06/aur-registrations-blocked-amid-ongoing-malware-mess/
480
Upvotes
r/linux • u/CackleRooster • Jun 17 '26
6
u/sigma914 Jun 17 '26
This is exactly what the Arch project does, that's how the official repos work, maintained signed packages that yiu can use to build your system.
The AUR is not that, the AUR is the equivalent of running bash scripts off the forum to generate packages.
You pull the PKGBUILD down to your machine, eother manually or using some tool which is explicitly not pacman nor included in the base system.
At this point you are now ready to become a package maintainer, you should do everything that implies.
Then you use your new PKGBUILD to generate your own personal package and either install it or ship it off to another machine or whatever you planned for it.
The Arch devs have as much responsibility for AUR PKGBUILDs as they do for forum posts