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
- pkgrel starts with
11. Last digit corresponds to upstream pkgrel and tenth place is for my pkgrel. - Add .gitignore in all packages
librespeed-go
librespeed-go
Go project to test internet speed. Like speedtest.net
Changes
- Fix bug in config initialization
- Support bcrypt for stats password (instea of plain text)
- Update to latest git commit
| AUR | github | My PR |
|---|
arti
arti
Tor implementation in rust
Changes
- Enable experimental restricted-discovery feature
| Arch | git | Web | My Change |
|---|
gotosocial
gotosocial
ActivityPub social network server written in Golang
Changes
- Support listening on unix sockets
| AUR | github | Web | My PR |
|---|
Updated 2025-11-27 06:00:36 -05:00
Updated 2025-11-17 20:39:08 -05:00
Updated 2025-11-02 12:24:57 -05:00
Upstream enabled restricted_discovery by default. https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/3384
https://gitlab.torproject.org/tpo/core/arti/-/blob/main/CHANGELOG.md?ref_type=heads#arti-170--30-october-2025
https://blog.torproject.org/arti_1_7_0_released/
Updated 2025-10-22 18:02:34 -04:00
Updated 2024-12-08 11:57:54 -05:00