The AUR package of masterpdfeditor-free
Go to file
2019-12-11 22:18:06 +01:00
any fix: real name 2019-12-11 22:18:06 +01:00
armv5h fix: real name 2019-12-11 22:18:06 +01:00
armv6h fix: real name 2019-12-11 22:18:06 +01:00
armv7h fix: real name 2019-12-11 22:18:06 +01:00
x86_64 fix: real name 2019-12-11 22:18:06 +01:00
.editorconfig add: description and mirror configurations 2019-12-11 21:54:58 +01:00
README.md fix: real name 2019-12-11 22:18:06 +01:00

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.

Import GPG Key

Import and trust my GPG-Key to verify the gpg signed packages.

pacman-key --recv-keys 9B146D11A9ED6CA7E279EB1A852BCC170D81A982
pacman-key --lsign 9B146D11A9ED6CA7E279EB1A852BCC170D81A982

x86_64 Repository

Add the x86_64 repository to the pacman.conf.

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/$arch/
EOF

armv7h Repository

Add the armv7h repository to the pacman.conf.

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_armv7h]
Server = https://arch.cryptic.systems/$arch/
EOF