Go to file
Markus Pesch a6162e34ad
fix(mint-backgrounds-rafaela): moved
2020-08-19 18:53:13 +02:00
any fix(mint-backgrounds-rafaela): moved 2020-08-19 18:53:13 +02:00
armv5 fix: renamed arch to aur.cryptic.systems 2020-07-04 15:16:34 +02:00
armv6 fix: renamed arch to aur.cryptic.systems 2020-07-04 15:16:34 +02:00
armv7 fix(any/aliases-dc): removed 2020-08-19 18:32:41 +02:00
cs-dev-sshkeys fix(cs-dev-sshkeys): moved 2020-08-19 18:34:04 +02:00
fh-trier-tnsnamesora fix(fh-trier-tnsnamesora): moved 2020-08-19 18:34:41 +02:00
git-prompt fix(git-prompt): moved 2020-08-19 18:36:03 +02: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
x86_64 fix(x86_64/rpm-builder): upgrade to version 0.7.0 2020-08-19 09:13:26 +02:00
.editorconfig add: description and mirror configurations 2019-12-11 21:54:58 +01:00
.gitmodules fix(mint-backgrounds-rafaela): moved 2020-08-19 18:53:13 +02:00
README.md fix: renamed arch to aur.cryptic.systems 2020-07-04 15:16:34 +02: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

Any Repository

Add the any repository to the pacman.conf.

cat >> /etc/pacman.conf << 'EOF'

[cs_any]
Server = https://aur.cryptic.systems/any/
EOF

x86_64 Repository

Add the x86_64 repository to the pacman.conf.

cat >> /etc/pacman.conf << 'EOF'

[cs_x86_64]
Server = https://aur.cryptic.systems/x86_64/
EOF

armv7 Repository

Add the armv7 repository to the pacman.conf.

cat >> /etc/pacman.conf << 'EOF'

[cs_armv7]
Server = https://aur.cryptic.systems/armv7/
EOF