[aur-general] Some packages moved from extra/community to aur

Andrea Scarpino andrea at archlinux.org
Tue Dec 7 11:12:29 EST 2010


On 7 December 2010 17:01, Michael Trunner <michael at 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...]

-- 
Andrea Scarpino
Arch Linux Developer


More information about the aur-general mailing list