The AUR package of masterpdfeditor-free
btrbk@e2825b0d41 | ||
container-logs@094b397ee7 | ||
cs-dev-sshkeys | ||
deltarpm@4f7cc62180 | ||
docker-pushrm@568f2b7b8b | ||
fail2ban@0796687b73 | ||
fh-trier-tnsnamesora | ||
flucky@d2d77d1227 | ||
git-prompt | ||
gitea-runner@fc74605d09 | ||
kubernetes | ||
masterpdfeditor-free | ||
mint-backgrounds@f1ef8eeadf | ||
mint-backgrounds-helena@93b6b08113 | ||
mint-backgrounds-isadora@8ed065badc | ||
mint-backgrounds-julia@6e18aa5165 | ||
mint-backgrounds-katya@d6814c5eed | ||
mint-backgrounds-lisa@a0abb942b8 | ||
mint-backgrounds-maya@cc967abf7e | ||
mint-backgrounds-nadia@447c5a604e | ||
mint-backgrounds-olivia@6d0f77d8fe | ||
mint-backgrounds-petra@51c4ea78c8 | ||
mint-backgrounds-qiana@9817dc4e42 | ||
mint-backgrounds-rafaela@8f02f438d9 | ||
mint-backgrounds-rebecca@0d58555118 | ||
mint-backgrounds-rosa | ||
mint-backgrounds-sarah | ||
mint-backgrounds-serena | ||
mint-backgrounds-sonya | ||
mint-backgrounds-sylvia | ||
mint-backgrounds-tara | ||
mint-backgrounds-tessa | ||
mint-backgrounds-tina | ||
mint-backgrounds-tricia | ||
mint-backgrounds-ulyana | ||
mint-backgrounds-ulyssa@ee076701b1 | ||
mint-backgrounds-uma@1fbb850311 | ||
mint-backgrounds-una@b9050608a2 | ||
mint-backgrounds-vanessa | ||
mint-backgrounds-vera | ||
mint-backgrounds-victoria@4d8a441a83 | ||
oracle-instantclient-basic@12e508ffc1 | ||
oracle-instantclient-jdbc@f47848d3d1 | ||
oracle-instantclient-odbc@417e1dd06d | ||
oracle-instantclient-sdk@bbbc8a6355 | ||
oracle-instantclient-sqlplus@54eb1bb04d | ||
oracle-instantclient-tools@49965ef4c0 | ||
postfix-policyd-spf-perl | ||
prometheus-bind-exporter@9ad5d1f3b2 | ||
prometheus-fail2ban-exporter@04f79a3b46 | ||
prometheus-x509-certificate-exporter@02b500c76f | ||
rpm-builder@847f021ca6 | ||
rpm-org@614c5ab8a1 | ||
ubuntu-backgrounds@c96fdc110a | ||
ubuntu-backgrounds-bionic@743e75255e | ||
ubuntu-backgrounds-focal@80a09135be | ||
ubuntu-backgrounds-groovy@9bd2867d40 | ||
ubuntu-backgrounds-jammy@bda8f47a0c | ||
ubuntu-backgrounds-trusty@2dfc98513c | ||
ubuntu-backgrounds-xenial@5df1085a93 | ||
.drone.yml | ||
.editorconfig | ||
.gitmodules | ||
README.md |
PKGBUILDs
This repository contains my private PKGBUILDs. Some PKGBUILDs are also available in the AUR Repository. The compiled binaries can be pulled from my repository.
If you want to clone this repository, don't forget to checkout the git submodules.
git submodule update --init --recursive
Import GPG Key
Import and trust my GPG-Key to verify the gpg signed packages.
pacman-key --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
pacman-key --lsign 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
For any architectures
Add the any
repository to the pacman.conf
. Any implies all system
architectures.
cat >> /etc/pacman.conf << 'EOF'
[any]
Server = https://aur.cryptic.systems/$repo/
EOF
Specific architectures
Add a specific repository to the pacman.conf
, which contains only specific
system architecture packages.
cat >> /etc/pacman.conf << 'EOF'
[x86_64]
Server = https://aur.cryptic.systems/$repo/
EOF