Built AUR is an unofficial repository for archlinux with compiled some packages from AUR on x86-64 and x86-64-v3 arches.
Go to file
MedzikUserBot e77b68350e upgpkg(ventoy-bin): 1.0.86-1 2022-12-26 02:39:36 +00:00
.github update 2022-06-18 22:04:26 +02:00
long-built upgpkg(firedragon): 108.0-1 2022-12-18 10:18:52 +00:00
packages upgpkg(ventoy-bin): 1.0.86-1 2022-12-26 02:39:36 +00:00
scripts fix(afdko): add dependencies 2022-07-30 16:37:51 +02:00
.gitignore update 2022-06-19 11:25:29 +02:00
LICENSE initial commit 2022-05-17 21:52:57 +02:00
README.md doc: update badge link 2022-06-26 18:05:52 +02:00
build-package.sh update 2022-06-20 12:13:31 +02:00
built.conf scripts(auto-update): use modified timestamt instead of pkg version 2022-05-18 21:05:19 +02:00

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