Update package hydownloader-systray-git
Update package element-desktop-fork
Update package qcomix
My automated Arch Linux package building/deployment
This repository contains Arch Linux PKGBUILDs. It automatically builds and deploys the packages to my package repository using sourcehut's build service, builds.sr.ht.
To use the repository, simply add the following to your /etc/pacman.conf
:
[pkg.mser.at]
SigLevel = Optional TrustAll
Server = https://pkg.mser.at/
Note: The repository and the packages are currently not signed. Install them at your own risk.
To add a new package, simply create a directory for it in packages
and put
the PKGBUILD
(and potential other local sources) inside.
Upon committing and pushing, the newly added package will be built and deployed.
When pushing a commit, any packages that have been added or changed in that commit will be built and deployed.
If a package's directory name ends with -git
, it will be assumed that it is a
VCS package. These are automatically rebuilt daily at 00:00
CET/CEST.
All other packages are rebuilt every Sunday at 00:00 CET/CEST. At that point, the repository is also cleaned up and old package versions are removed.
Note that packages are only built for x86_64
at the moment.
AGPL-3.0-or-later © Michael Serajnik