built-aur / packages

Built AUR is an unofficial repository for archlinux with compiled some packages from AUR on x86-64 and x86-64-v3 arches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Built AUR is an unofficial repository for archlinux with compiled some packages from AUR on x86-64 and x86-64-v3 arches.

License:GNU Lesser General Public License v2.1


Languages

Language:Shell 91.7%Language:TypeScript 5.4%Language:Dockerfile 1.5%Language:JavaScript 1.1%Language:Python 0.2%