Built AUR is an unofficial repository for archlinux with compiled some packages from AUR on x86-64 and x86-64-v3 arches.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Oskar f2c733cc31
fix typo
2 hours ago
.github update 9 months ago
long-built upgpkg(librewolf): 108.0.1-1 3 months ago
packages fix typo 2 hours ago
scripts Update push-aur.sh 2 months ago
.gitignore update 9 months ago
LICENSE initial commit 11 months ago
README.md doc: update badge link 9 months ago
build-package.sh update 9 months ago
built.conf scripts(auto-update): use modified timestamt instead of pkg version 10 months ago

README.md

Build AUR

uptimerobot status uptime ratio 30 days

How to use?

First, install the primary key - it can then be used to install our mirrorlist

sudo pacman-key --recv-key 02213A0493457E96
sudo pacman-key --lsign-key 02213A0493457E96
sudo pacman -U 'https://built-aur.medzik.workers.dev/built-mirrorlist.pkg.tar.xz'

Then add the repo to pacman.conf

If you using x86-64

echo '
[built]
SigLevel = DatabaseOptional
Include = /etc/pacman.d/built-mirrorlist' | sudo tee --append /etc/pacman.conf

If you using x86-64-v3

echo '
[built]
SigLevel = DatabaseOptional
Include = /etc/pacman.d/built-mirrorlist-x86-64-v3' | sudo tee --append /etc/pacman.conf