Go to file
Markus Pesch c12d132375
fix(docker-pushrm): bump to 1.7.0-2
2021-01-08 23:10:12 +01:00
container-logs@3c30f20b5a fix(container-logs): update version 2020-12-30 10:41:57 +01:00
cs-dev-sshkeys fix(cs-dev-sshkeys): specify architecture 2020-09-07 13:47:47 +02:00
deltarpm@4f7cc62180 fix(deltarpm): moved 2020-08-19 19:00:07 +02:00
docker-pushrm@0179e5c7cb fix(docker-pushrm): bump to 1.7.0-2 2021-01-08 23:10:12 +01:00
fh-trier-tnsnamesora fix(fh-trier-tnsnamesora): moved 2020-08-19 18:34:41 +02:00
flucky@51e052a001 fix(flucky): upgrade to version v0.2.1-3 2020-08-19 20:25:02 +02:00
git-prompt fix: remove tar archive and use instead local files 2020-09-28 19:52:37 +02:00
masterpdfeditor-free fix(masterpdfeditor): gitignore 2020-09-07 10:21:00 +02:00
mint-backgrounds@abd3320b88 fix(mint-backgrounds): add mint-backgrounds-ulyssa 2020-12-30 11:04:01 +01:00
mint-backgrounds-helena@93b6b08113 fix(mint-backgrounds-helena): moved 2020-08-19 18:52:58 +02:00
mint-backgrounds-isadora@8ed065badc fix(mint-backgrounds-isadora): moved 2020-08-19 18:52:59 +02:00
mint-backgrounds-julia@6e18aa5165 fix(mint-backgrounds-julia): moved 2020-08-19 18:53:01 +02:00
mint-backgrounds-katya@d6814c5eed fix(mint-backgrounds-katya): moved 2020-08-19 18:53:03 +02:00
mint-backgrounds-lisa@a0abb942b8 fix(mint-backgrounds-lisa): moved 2020-08-19 18:53:04 +02:00
mint-backgrounds-maya@cc967abf7e fix(mint-backgrounds-maya): moved 2020-08-19 18:53:05 +02:00
mint-backgrounds-nadia@447c5a604e fix(mint-backgrounds-nadia): moved 2020-08-19 18:53:07 +02:00
mint-backgrounds-olivia@6d0f77d8fe fix(mint-backgrounds-olivia): moved 2020-08-19 18:53:08 +02:00
mint-backgrounds-petra@51c4ea78c8 fix(mint-backgrounds-petra): moved 2020-08-19 18:53:10 +02:00
mint-backgrounds-qiana@9817dc4e42 fix(mint-backgrounds-qiana): moved 2020-08-19 18:53:12 +02:00
mint-backgrounds-rafaela@8f02f438d9 fix(mint-backgrounds-rafaela): moved 2020-08-19 18:53:13 +02:00
mint-backgrounds-rebecca@0d58555118 fix(mint-backgrounds-rebecca): moved 2020-08-19 18:53:15 +02:00
mint-backgrounds-rosa fix(mint-backgrounds-rosa): moved 2020-08-19 18:56:12 +02:00
mint-backgrounds-sarah fix(mint-backgrounds-sarah): moved 2020-08-19 18:56:12 +02:00
mint-backgrounds-serena fix(mint-backgrounds-serena): moved 2020-08-19 18:56:12 +02:00
mint-backgrounds-sonya fix(mint-backgrounds-sonya): moved 2020-08-19 18:56:12 +02:00
mint-backgrounds-sylvia fix(mint-backgrounds-sylvia): moved 2020-08-19 18:56:12 +02:00
mint-backgrounds-tara fix(mint-backgrounds-tara): moved 2020-08-19 18:56:12 +02:00
mint-backgrounds-tessa fix(mint-backgrounds-tessa): moved 2020-08-19 18:56:12 +02:00
mint-backgrounds-tina fix(mint-backgrounds-tina): moved 2020-08-19 18:56:12 +02:00
mint-backgrounds-tricia fix(mint-backgrounds-tricia): moved 2020-08-19 18:56:12 +02:00
mint-backgrounds-ulyana fix(mint-backgrounds-ulyana): moved 2020-08-19 18:56:12 +02:00
mint-backgrounds-ulyssa@ee076701b1 fix(mint-backgrounds-ulyssa): init 2020-12-30 10:49:48 +01:00
postfix-policyd-spf-perl fix(postfix-policyd-spf-perl): moved 2020-08-19 18:59:17 +02:00
rpm-builder@869b87dd8d fix(rpm-builder): moved 2020-08-19 19:00:09 +02:00
rpm-org@614c5ab8a1 fix(rpm-org): moved 2020-08-19 19:00:10 +02:00
ubuntu-backgrounds-bionic@743e75255e fix(ubuntu-backgrounds-bionic): moved 2020-08-19 18:53:16 +02:00
ubuntu-backgrounds-focal@80a09135be fix(ubuntu-backgrounds-focal): moved 2020-08-19 18:53:18 +02:00
ubuntu-backgrounds-groovy@743ffb89ae fix(ubuntu-backgrounds-groovy): init 2020-10-07 22:04:06 +02:00
ubuntu-backgrounds-trusty@2dfc98513c fix(ubuntu-backgrounds-trusty): moved 2020-08-19 18:53:19 +02:00
ubuntu-backgrounds-xenial@5df1085a93 fix(ubuntu-backgrounds-xenial): moved 2020-08-19 18:53:21 +02:00
.editorconfig add: description and mirror configurations 2019-12-11 21:54:58 +01:00
.gitmodules fix(docker-pushrm): init 2021-01-08 23:03:42 +01:00
README.md fix: README 2020-12-30 11:09:35 +01:00

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