On 7 December 2010 17:01, Michael Trunner <michael@trunner.de> wrote:
May be I should create for each computer an AUR account and vote. :-) But thank for putting it to community. I will help try to fix the package when there is any problem.
tcsh last version: 3th November 2009 autofs last version: 3h September 2009 python-numarray last version: 24th August 2006
They are not under development, therefore I think you can replace your 'pacman -S tcsh autofs python-numarray' line with:
for pkg in tcsh autofs python-numarray; do wget http://aur.archlinux.org/packages/$pkg/$pkg.tar.gz tar xf $pkg.tar.gz cd $pkg makepkg -sr sudo pacman -U $pkg-*.pkg.tar.xz done
or with
$ wget http://mirror.umoss.org/archlinux/community/os/i686/python-numarray-1.5.2- 4-i686.pkg.tar.xz $ sudo pacman -U python-numarray-1.5.2-4-i686.pkg.tar.xz [to be continued...]
Or more easy: I put the builded package on our repository and can use pacman as before. :-)