cm0002@lemy.lol to Linux@programming.dev · 21 hours agoArch Linux AUR Malware Campaign Hits Multiple User-Contributed Packageslinuxiac.comexternal-linkmessage-square58linkfedilinkarrow-up1200arrow-down11cross-posted to: linux@lemmy.ml
arrow-up1199arrow-down1external-linkArch Linux AUR Malware Campaign Hits Multiple User-Contributed Packageslinuxiac.comcm0002@lemy.lol to Linux@programming.dev · 21 hours agomessage-square58linkfedilinkcross-posted to: linux@lemmy.ml
minus-squareVictor@lemmy.worldlinkfedilinkarrow-up7·14 hours agoparu always shows you the diff of the PKGBUILD on upgrade, so no need to worry about adding it to an alias that does both. In fact, just running paru is the same as running pacman -Syu paru -Sau At the end I review the PKGBUILDs and make sure everything looks reasonable. Usually it’s just new source hashes, but not every time.
paru always shows you the diff of the PKGBUILD on upgrade, so no need to worry about adding it to an alias that does both.
In fact, just running
paruis the same as runningAt the end I review the PKGBUILDs and make sure everything looks reasonable. Usually it’s just new source hashes, but not every time.