Remember that this will fail to find real duplicates if you're using testing and community-testing. What I did was make a new config with all custom servers, testing, and community-testing commented out and just supplied the pacman command in the given syntax (`pacman -Slq | cat - aurpkglist.txt | cut -d' ' -f1 | sort | uniq -d`) with the new configuration file via --config, resulting in a new syntax: `pacman -Slq --config /path/to/commented/config | cat - aurpkglist.txt | cut -d' ' -f1 | sort | uniq -d` This gave me more reliable results. On Thu, Sep 16, 2010 at 6:58 PM, Lukas Fleischer <archlinux@cryptocrack.de>wrote:
On Thu, Sep 16, 2010 at 09:33:26PM +0200, Stefan Husmann wrote:
I removed all of the mentioned PKGBUILDS. Regardless if they are written differently or are even better than the ones in the repos: The AUR is not the place for packages equally named with packages in the repos.
Those are duplicates and can be removed as well:
- apache: http://aur.archlinux.org/packages.php?ID=352 - dejagnu: http://aur.archlinux.org/packages.php?ID=14888