Remember that pacman3 adds the -$CARCH line to every package built with 
makepkg...so for your architecture,

foo-1.1-pkg.tar.gz

would now become

foo-1.1-x86_64.pkg.tar.gz (or i686)


I bring this up because the communitypkg script will not accept this 
package format. This should probably be enough to fix it:

sed -i -e 's/{pkgrel}.pkg.tar.gz/{pkgrel}-${CARCH}.pkg.tar.gz/' 
/usr/bin/communitypkg

Haven't tested it though, and I'm not sure if changes are required 
elsewhere.

Varun

_______________________________________________
arch mailing list
arch@archlinux.org
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to