diff --git a/README.md b/README.md index 277c69e..870fa3a 100644 --- a/README.md +++ b/README.md @@ -13,32 +13,47 @@ pacman-key --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982 pacman-key --lsign 9B146D11A9ED6CA7E279EB1A852BCC170D81A982 ``` +## Any Repository + +Add the [any](https://arch.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/ +EOF +``` + ## x86_64 Repository Add the [x86_64](https://arch.cryptic.systems/x86_64/) repository to the pacman.conf. ```bash -cat >> /etc/pacman.conf <> /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/$arch/ +Server = https://arch.cryptic.systems/x86_64/ EOF ``` -## armv7h Repository +## armv7 Repository -Add the [armv7h](https://arch.cryptic.systems/armv7h/) repository to the pacman.conf. +Add the [armv7](https://arch.cryptic.systems/armv7/) repository to the pacman.conf. ```bash -cat >> /etc/pacman.conf <> /etc/pacman.conf << 'EOF' # A repo for Markus Pesch's own projects: # - https://github.com/volker-raschek # - https://git.cryptic.systems/volker.raschek -[cs_armv7h] -Server = https://arch.cryptic.systems/$arch/ +[cs_armv7] +Server = https://arch.cryptic.systems/armv7/ EOF -``` \ No newline at end of file +``` diff --git a/armv5h/mirror.conf b/armv5/mirror.conf similarity index 69% rename from armv5h/mirror.conf rename to armv5/mirror.conf index 0dbb85d..60b2457 100644 --- a/armv5h/mirror.conf +++ b/armv5/mirror.conf @@ -1,5 +1,5 @@ # A repo for Markus Pesch's own projects: # - https://github.com/volker-raschek # - https://git.cryptic.systems/volker.raschek -[cs_armv5h] +[cs_armv5] Server = https://arch.cryptic.systems/$arch/ \ No newline at end of file diff --git a/armv6h/mirror.conf b/armv6/mirror.conf similarity index 69% rename from armv6h/mirror.conf rename to armv6/mirror.conf index da2f11f..b5efbd0 100644 --- a/armv6h/mirror.conf +++ b/armv6/mirror.conf @@ -1,5 +1,5 @@ # A repo for Markus Pesch's own projects: # - https://github.com/volker-raschek # - https://git.cryptic.systems/volker.raschek -[cs_armv6h] +[cs_armv6] Server = https://arch.cryptic.systems/$arch/ \ No newline at end of file diff --git a/armv7h/flucky/.gitignore b/armv7/flucky/.gitignore similarity index 100% rename from armv7h/flucky/.gitignore rename to armv7/flucky/.gitignore diff --git a/armv7h/flucky/PKGBUILD b/armv7/flucky/PKGBUILD similarity index 94% rename from armv7h/flucky/PKGBUILD rename to armv7/flucky/PKGBUILD index 5abb805..9b3780f 100644 --- a/armv7h/flucky/PKGBUILD +++ b/armv7/flucky/PKGBUILD @@ -2,9 +2,9 @@ pkgname=flucky pkgver=v0.1.0 -pkgrel=2 +pkgrel=3 pkgdesc='A lightweight golang program to read values from different sensors' -arch=('armv7h') +arch=('armv7' 'armv7h' 'armv7l') url=https://github.com/volker-raschek/flucky license=('Apache 2.0') makedepends=('git' 'go' 'make') diff --git a/armv7h/mirror.conf b/armv7/mirror.conf similarity index 69% rename from armv7h/mirror.conf rename to armv7/mirror.conf index c2f6d6b..cc3e1c7 100644 --- a/armv7h/mirror.conf +++ b/armv7/mirror.conf @@ -1,5 +1,5 @@ # A repo for Markus Pesch's own projects: # - https://github.com/volker-raschek # - https://git.cryptic.systems/volker.raschek -[cs_armv7h] +[cs_armv7] Server = https://arch.cryptic.systems/$arch/ \ No newline at end of file