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 15b513b65d upgpkg: 'cloudflared' to '2022.5.3' 2022-05-30 15:21:12 +00:00
.github fix(ci): install python package in auto-update ci 2022-05-28 21:11:58 +02:00
long-built upgpkg: 'firedragon' to '100.0.2-4' 2022-05-29 18:22:47 +00:00
packages upgpkg: 'cloudflared' to '2022.5.3' 2022-05-30 15:21:12 +00:00
scripts ci(long-built): fix 2022-05-25 12:11:17 +02:00
.gitignore ci: add long-built 2022-05-23 21:15:15 +02:00
LICENSE initial commit 2022-05-17 21:52:57 +02:00
README.md docs: add readme 2022-05-29 13:24:14 +02:00
build-package.sh addpkg: winesync 2022-05-20 15:51:34 +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

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