Go to file
Markus Pesch 1488a02f77
continuous-integration/drone/push Build is passing Details
fix(fail2ban): init
2023-06-10 15:50:51 +02:00
btrbk@e2825b0d41 fix: upgrade btrbk 2023-04-12 23:21:05 +02:00
container-logs@094b397ee7 fix(container-logs): update pkg 2023-06-10 14:30:26 +02:00
cs-dev-sshkeys fix: bump to version 0.2.1-2 2021-04-11 14:01:28 +02:00
deltarpm@4f7cc62180
docker-pushrm@568f2b7b8b fix(docker-pushrm): upgrade to version 1.9.0-2 2022-07-20 10:36:31 +02:00
fail2ban@0796687b73 fix(fail2ban): init 2023-06-10 15:50:51 +02:00
fh-trier-tnsnamesora
flucky@d2d77d1227 fix(flucky): update pkg 2023-06-10 14:31:23 +02:00
git-prompt
gitea-runner@fc74605d09 fix(gitea-runner): update pkg 2023-06-10 14:30:11 +02:00
kubernetes fix(kubernetes): path to compiled bin based an arch 2022-04-26 17:33:55 +02:00
masterpdfeditor-free
mint-backgrounds@2fe2819a2e fix(mint-backgrounds): upgrade 2023-01-09 12:23:02 +01:00
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 fix: mint-backgrounds-uma 2021-07-02 11:38:52 +02:00
mint-backgrounds-una@b9050608a2 fix(mint-backgrounds-una): init 2022-01-11 09:07:19 +01:00
mint-backgrounds-vanessa fix(mint-backgrounds-vanessa): init 2022-08-01 19:26:08 +02:00
mint-backgrounds-vera fix(mint-backgrounds-vera): init 2022-12-15 17:34:22 +01:00
oracle-instantclient-basic@12e508ffc1 fix: add oracle packages 2023-02-12 13:09:15 +01:00
oracle-instantclient-jdbc@f47848d3d1 fix: add oracle packages 2023-02-12 13:09:15 +01:00
oracle-instantclient-odbc@417e1dd06d fix: add oracle packages 2023-02-12 13:09:15 +01:00
oracle-instantclient-sdk@bbbc8a6355 fix: add oracle packages 2023-02-12 13:09:15 +01:00
oracle-instantclient-sqlplus@54eb1bb04d fix: add oracle packages 2023-02-12 13:09:15 +01:00
oracle-instantclient-tools@49965ef4c0 fix: add oracle packages 2023-02-12 13:09:15 +01:00
postfix-policyd-spf-perl
prometheus-bind-exporter@9ad5d1f3b2 fix(prometheus-bind-exporter): update module 2023-06-10 14:42:29 +02:00
prometheus-fail2ban-exporter@04f79a3b46 fix(prometheus-fail2ban-exporter): update module 2023-06-10 14:45:45 +02:00
rpm-builder@847f021ca6 fix(rpm-builder): upgrade to version 0.8.1 2021-12-18 13:53:59 +01:00
rpm-org@614c5ab8a1
ubuntu-backgrounds@c96fdc110a fix(ubuntu-backgrounds): init 2023-06-10 14:32:23 +02:00
ubuntu-backgrounds-bionic@743e75255e
ubuntu-backgrounds-focal@80a09135be
ubuntu-backgrounds-groovy@9bd2867d40 fix(ubuntu-backgrounds-groovy): upgrade to version 20.10.3 2021-02-25 15:56:10 +01:00
ubuntu-backgrounds-jammy@bda8f47a0c fix(ubuntu-backgrounds-jammy): add ubuntu-backgrounds-jammy 2022-04-22 18:45:15 +02:00
ubuntu-backgrounds-trusty@2dfc98513c
ubuntu-backgrounds-xenial@5df1085a93
.drone.yml fix(ci): github sync 2021-12-12 17:23:00 +01:00
.editorconfig
.gitmodules fix(fail2ban): init 2023-06-10 15:50:51 +02:00
README.md

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