On Mon, 2010-11-01 at 16:25 +0100, Andrea Scarpino wrote: > On Monday 01 November 2010 14:38:23 Florian Pritz wrote: > > +if [ -x "rebuild" ]; then > > + ./rebuild > > +else > > + makepkg > > +fi > Which official script is named 'rebuild'? > And, this script does not use a chroot to build the package! And official packages should never ever just "makepkg -g" without actually checking the checksums generated by that. I always copy&paste the sha1sums or sha256sums into the PKGBUILD from announcement mails, so I know that a downloaded tarball is the same one that is announced in my mailbox.