This repository has been archived on 2025-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Markus Pesch b533583a7c
All checks were successful
continuous-integration/drone/push Build is passing
fix(mint-backgrounds-vera): init
2022-12-15 17:34:22 +01:00
btrbk@e25510568a fix(btrbk): upgrade to version 0.32.2 2022-07-19 20:12:09 +02:00
container-logs@3c30f20b5a fix(container-logs): update version 2020-12-30 10:41:57 +01: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
fh-trier-tnsnamesora
flucky@7b8b32f3f2 fix(flucky): upgrade repo 2021-10-14 08:58:24 +02:00
git-prompt fix: remove tar archive and use instead local files 2020-09-28 19:52:37 +02:00
kubernetes fix(kubernetes): path to compiled bin based an arch 2022-04-26 17:33:55 +02:00
masterpdfeditor-free fix(masterpdfeditor): gitignore 2020-09-07 10:21:00 +02:00
mint-backgrounds@5cb5c028a4 fix(mint-backgrounds): add mint-backgrounds-vanessa 2022-08-01 19:41:04 +02: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 fix(mint-backgrounds-ulyssa): init 2020-12-30 10:49:48 +01:00
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
postfix-policyd-spf-perl
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-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(ubuntu-backgrounds-jammy): add ubuntu-backgrounds-jammy 2022-04-22 18:45:15 +02:00
README.md fix: README 2020-12-30 11:09:35 +01:00

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