balki-aur

Archlinux custom packages

Below are archlinux packages from AUR or official archlinux repo with some new feature updates and upgrade to latest version

Usage

Add repo to pacman.conf

sed -i "/[[]custom[]]/r /dev/fd/5" /etc/pacman.conf 5<<'CLIP'
[balki-aur]
SigLevel = Required
Server = https://gitea.balki.me/api/packages/balki-aur/arch/balki-aur/$arch
CLIP

Add repo key to pacman

curl -s "https://gitea.balki.me/api/packages/balki-aur/arch/repository.key" | pacman-key --add -

Get the key id of the added key. (the last one)

pacman-key -l | tail

Sign the key

pacman-key --init
pacman-key --lsign-key LAST_KEY_ID_FROM_PREVIOUS_OUTPUT

All apps from here, can be installed using pacman. E.g.

pacman -Syu phanpy-bin

Common changes

  1. pkgrel starts with 11. Last digit corresponds to upstream pkgrel and tenth place is for my pkgrel.
  2. Add .gitignore in all packages
librespeed-go

librespeed-go

Go project to test internet speed. Like speedtest.net

Changes

  1. Fix bug in config initialization
  2. Support bcrypt for stats password (instea of plain text)
  3. Update to latest git commit
AUR github My PR
arti

arti

Tor implementation in rust

Changes

  1. Enable experimental restricted-discovery feature
Arch git Web My Change
phanpy-bin

phanpy-bin

Fediverse web frontend

Changes

  1. Update to latest version
AUR github Web
gotosocial

gotosocial

ActivityPub social network server written in Golang

Changes

  1. Support listening on unix sockets
AUR github Web My PR
genson

genson

GenSON is a powerful, user-friendly JSON Schema generator. AUR packages is orphaned

Changes

  1. Update to latest version
  2. Fix some build warnings
AUR github
Updated 2025-06-19 14:53:14 -04:00
Updated 2025-06-16 14:27:07 -04:00
Updated 2025-06-13 09:45:08 -04:00
Updated 2025-06-09 23:09:45 -04:00
Updated 2025-06-09 22:48:57 -04:00
Updated 2025-06-04 17:31:58 -04:00
Updated 2025-05-22 12:48:46 -04:00
Updated 2025-01-28 10:16:05 -05:00
Updated 2024-12-30 15:57:28 -05:00
Updated 2024-12-08 11:57:54 -05:00