You are not logged in.
Pages: 1
This is very much a prototype. There are large gaps and holes. It is mostly useless. It even does some damage, as your AUR helper will probably no longer work.
YOU HAVE BEEN WARNED!
This is an AUR repo for Pacman. It is search only, and you can not install anything from it.
I made it so I could search the AUR offline with nice tools like Expac. I'm curious what you guys can think of doing with it.
To install, add these lines to pacman.conf:
[aur]
Server=http://kmkeen.com/aur/
And pacman -Syy. It'll download a 3.6MB db file. For a sense of scale, [core] is 36KB compressed. [aur] will extract to between 200MB and 300MB depending on your filesystem. If you are running pacman 3.4, pacman will not like this.
The info in it is currently a week old. It is missing useful info like maintainer or required-by. There are hundreds of small gaps caused by typos. Complain about anything you find, 26000 packages is a lot for me alone to proof read.
I'll probably be updating it once a week or so.
Last edited by keenerd (2010-12-11 03:47:56)
Offline
26k packages, but most users use a few tens of AUR packages maximum.
I think other solutions could be more approriate. like, periodic download/update of the sourcepackages people actually use, or maybe aur repos limited in scope. (aur-haskell, aur-games, ..) just thinking out loud.
< Daenyth> and he works prolifically
4 8 15 16 23 42
Offline
Here is from me output there is some errors i dont use some packages like kernel26-zen
http://aur.pastebin.com/yCL9RLAc
and also when i search package i have unesessery things before package is finded...
http://aur.pastebin.com/bhSaPwXP
Last edited by Kosava (2010-12-12 00:10:59)
Offline
Still ironing out all bugs in [aur], but until libalpm gets a lot faster it might not be worth the effort. In the mean time, here are all the PKGBUILDS in the AUR:
Offline
And if you would like to play with it but don't have any idea where to begin
tar -xOvf pkgbuild_bundle.tar.gz 2>&1 | grep .....
will search every pkgbuild in under 0.05 seconds.
Offline
While it takes longer than the advertised 0.05 seconds, it's still very fast :-)
[karol@black test]$ time sudo bauerbill -Ssq --aur mt | grep -E '(-mt$|-mt-)'
ypbind-mt
dbus-core-mt
ffmpeg-mt-git
ffmpeg-mt-lite
inadyn-mt
mplayer-mt-git
mplayer-mt-lite
mplayer-mt-oss-git
real 0m4.617s
user 0m2.237s
sys 0m0.520s
[karol@black test]$ time tar -xOvf pkgbuild_bundle.tar.gz 2>&1 | grep pkgname | egrep -E '(-mt$|-mt-)'| cut -c 9-
ffmpeg-mt-lite
mplayer-mt-oss-git
mplayer-mt-git
mplayer-mt-lite
dbus-core-mt
ffmpeg-mt-git
inadyn-mt
real 0m1.607s
user 0m1.143s
sys 0m0.273s
Offline
https://bbs.archlinux.org/viewtopic.php … 57#p867757
Has anyone tried it with pacman 3.5? Is it faster?
Offline
Updated for pacman 3.5. Very very untested.
Offline
Pages: 1