You've already forked PKGBUILDs
							
							fix: renamed arch to aur.cryptic.systems
This commit is contained in:
		
							
								
								
									
										23
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										23
									
								
								README.md
									
									
									
									
									
								
							@@ -2,7 +2,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
This repository contains my private PKGBUILDs. Some PKGBUILDs are also available
 | 
					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).
 | 
					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.
 | 
					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
 | 
					## 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
 | 
					```bash
 | 
				
			||||||
cat >> /etc/pacman.conf << 'EOF'
 | 
					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]
 | 
					[cs_any]
 | 
				
			||||||
Server = https://arch.cryptic.systems/any/
 | 
					Server = https://aur.cryptic.systems/any/
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## x86_64 Repository
 | 
					## 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
 | 
					```bash
 | 
				
			||||||
cat >> /etc/pacman.conf << 'EOF'
 | 
					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]
 | 
					[cs_x86_64]
 | 
				
			||||||
Server = https://arch.cryptic.systems/x86_64/
 | 
					Server = https://aur.cryptic.systems/x86_64/
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## armv7 Repository
 | 
					## 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
 | 
					```bash
 | 
				
			||||||
cat >> /etc/pacman.conf << 'EOF'
 | 
					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]
 | 
					[cs_armv7]
 | 
				
			||||||
Server = https://arch.cryptic.systems/armv7/
 | 
					Server = https://aur.cryptic.systems/armv7/
 | 
				
			||||||
EOF
 | 
					EOF
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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]
 | 
					[cs_any]
 | 
				
			||||||
Server = https://arch.cryptic.systems/any
 | 
					Server = https://aur.cryptic.systems/any
 | 
				
			||||||
@@ -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]
 | 
					[cs_armv5]
 | 
				
			||||||
Server = https://arch.cryptic.systems/$arch/
 | 
					Server = https://aur.cryptic.systems/$arch/
 | 
				
			||||||
@@ -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]
 | 
					[cs_armv6]
 | 
				
			||||||
Server = https://arch.cryptic.systems/$arch/
 | 
					Server = https://aur.cryptic.systems/$arch/
 | 
				
			||||||
@@ -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]
 | 
					[cs_armv7]
 | 
				
			||||||
Server = https://arch.cryptic.systems/$arch/
 | 
					Server = https://aur.cryptic.systems/armv7/
 | 
				
			||||||
@@ -1,5 +1,2 @@
 | 
				
			|||||||
# A repo for Markus Pesch's own projects:
 | 
					[cs_x86_64]
 | 
				
			||||||
# - https://github.com/volker-raschek
 | 
					Server = https://arch.cryptic.systems/x86_64/
 | 
				
			||||||
# - https://git.cryptic.systems/volker.raschek
 | 
					 | 
				
			||||||
[cs_x86]
 | 
					 | 
				
			||||||
Server = https://arch.cryptic.systems/$arch/
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user