From 3b6e40ffd544661a4a378e1bacd2e8a984aa5663 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 4 Jul 2020 15:16:34 +0200 Subject: [PATCH] fix: renamed arch to aur.cryptic.systems --- README.md | 23 +++++++---------------- any/mirror.conf | 5 +---- armv5/mirror.conf | 5 +---- armv6/mirror.conf | 5 +---- armv7/mirror.conf | 5 +---- x86_64/mirror.conf | 7 ++----- 6 files changed, 13 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 128405e..23d968b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains my private PKGBUILDs. Some PKGBUILDs are also available in the [AUR Repository](https://aur.archlinux.org/packages/?K=volker.raschek&SeB=m). -The compiled binaries can be pulled from my [repository](https://arch.cryptic.systems). +The compiled binaries can be pulled from my [repository](https://aur.cryptic.systems). If you want to clone this repository, don't forget to checkout the git submodules. @@ -21,45 +21,36 @@ pacman-key --lsign 9B146D11A9ED6CA7E279EB1A852BCC170D81A982 ## Any Repository -Add the [any](https://arch.cryptic.systems/any/) repository to the pacman.conf. +Add the [any](https://aur.cryptic.systems/any/) repository to the pacman.conf. ```bash cat >> /etc/pacman.conf << 'EOF' -# A repo for Markus Pesch's own projects: -# - https://github.com/volker-raschek -# - https://git.cryptic.systems/volker.raschek [cs_any] -Server = https://arch.cryptic.systems/any/ +Server = https://aur.cryptic.systems/any/ EOF ``` ## x86_64 Repository -Add the [x86_64](https://arch.cryptic.systems/x86_64/) repository to the pacman.conf. +Add the [x86_64](https://aur.cryptic.systems/x86_64/) repository to the pacman.conf. ```bash cat >> /etc/pacman.conf << 'EOF' -# A repo for Markus Pesch's own projects: -# - https://github.com/volker-raschek -# - https://git.cryptic.systems/volker.raschek [cs_x86_64] -Server = https://arch.cryptic.systems/x86_64/ +Server = https://aur.cryptic.systems/x86_64/ EOF ``` ## armv7 Repository -Add the [armv7](https://arch.cryptic.systems/armv7/) repository to the pacman.conf. +Add the [armv7](https://aur.cryptic.systems/armv7/) repository to the pacman.conf. ```bash cat >> /etc/pacman.conf << 'EOF' -# A repo for Markus Pesch's own projects: -# - https://github.com/volker-raschek -# - https://git.cryptic.systems/volker.raschek [cs_armv7] -Server = https://arch.cryptic.systems/armv7/ +Server = https://aur.cryptic.systems/armv7/ EOF ``` diff --git a/any/mirror.conf b/any/mirror.conf index 8eb32b5..9e7156b 100644 --- a/any/mirror.conf +++ b/any/mirror.conf @@ -1,5 +1,2 @@ -# A repo for Markus Pesch's own projects: -# - https://github.com/volker-raschek -# - https://git.cryptic.systems/volker.raschek [cs_any] -Server = https://arch.cryptic.systems/any \ No newline at end of file +Server = https://aur.cryptic.systems/any \ No newline at end of file diff --git a/armv5/mirror.conf b/armv5/mirror.conf index 60b2457..9f00eeb 100644 --- a/armv5/mirror.conf +++ b/armv5/mirror.conf @@ -1,5 +1,2 @@ -# A repo for Markus Pesch's own projects: -# - https://github.com/volker-raschek -# - https://git.cryptic.systems/volker.raschek [cs_armv5] -Server = https://arch.cryptic.systems/$arch/ \ No newline at end of file +Server = https://aur.cryptic.systems/$arch/ \ No newline at end of file diff --git a/armv6/mirror.conf b/armv6/mirror.conf index b5efbd0..0ad026d 100644 --- a/armv6/mirror.conf +++ b/armv6/mirror.conf @@ -1,5 +1,2 @@ -# A repo for Markus Pesch's own projects: -# - https://github.com/volker-raschek -# - https://git.cryptic.systems/volker.raschek [cs_armv6] -Server = https://arch.cryptic.systems/$arch/ \ No newline at end of file +Server = https://aur.cryptic.systems/$arch/ \ No newline at end of file diff --git a/armv7/mirror.conf b/armv7/mirror.conf index cc3e1c7..6b3ac8e 100644 --- a/armv7/mirror.conf +++ b/armv7/mirror.conf @@ -1,5 +1,2 @@ -# A repo for Markus Pesch's own projects: -# - https://github.com/volker-raschek -# - https://git.cryptic.systems/volker.raschek [cs_armv7] -Server = https://arch.cryptic.systems/$arch/ \ No newline at end of file +Server = https://aur.cryptic.systems/armv7/ \ No newline at end of file diff --git a/x86_64/mirror.conf b/x86_64/mirror.conf index 799b4e9..6aee267 100644 --- a/x86_64/mirror.conf +++ b/x86_64/mirror.conf @@ -1,5 +1,2 @@ -# A repo for Markus Pesch's own projects: -# - https://github.com/volker-raschek -# - https://git.cryptic.systems/volker.raschek -[cs_x86] -Server = https://arch.cryptic.systems/$arch/ \ No newline at end of file +[cs_x86_64] +Server = https://arch.cryptic.systems/x86_64/ \ No newline at end of file