You can find packages I have built for for Arch Linux here. You may either browse and download the packages and signatures manually, or add the repo to your /etc/pacman.conf.
All packages hosted here are free software.
Some packages are built with modifications to their PKGBUILD and/or other files, or different-than-default configuration options (click to see patches for that package):
Ungoogled Chromium now ships with Ozone by default: https://wiki.archlinux.org/index.php/Chromium#Native_Wayland_support
All other packages are built with their default state after fetching from the AUR.
x86_64 packages: https://builds.krathalan.net/x86_64/
Old, known-working Wine packages: https://builds.krathalan.net/archive/
Add the following snippet to your /etc/pacman.conf:
[krathalan]
Server = https://builds.krathalan.net/$arch
You will need to add my GPG keys to your pacman keyring and trust them:
$ curl -O "https://builds.krathalan.net/keys/builder.asc" -O "https://builds.krathalan.net/keys/dev.asc"
$ sudo -s
# pacman-key -a builder.asc dev.asc
# pacman-key --edit-key A78555FE54802333B8459100ACAA0A5F857B948C
Then trust the key, save, and exit. Do the same for 0C6B73F391FA26F0EBCD1F75C0F9AEE56E47D174. Now you can pacman -Syu and get some packages.
About this repo/any hosted packages: dev@krathalan.net / 0C6B 73F3 91FA 26F0 EBCD 1F75 C0F9 AEE5 6E47 D174