diff options
-rw-r--r-- | libre/pacman-mirrorlist/PKGBUILD | 7 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.armv7h | 4 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.i686 | 4 | ||||
-rw-r--r-- | libre/pacman/pacman.conf.x86_64 | 4 |
4 files changed, 10 insertions, 9 deletions
diff --git a/libre/pacman-mirrorlist/PKGBUILD b/libre/pacman-mirrorlist/PKGBUILD index 7ce69f873..ea0b67e2c 100644 --- a/libre/pacman-mirrorlist/PKGBUILD +++ b/libre/pacman-mirrorlist/PKGBUILD @@ -1,5 +1,5 @@ -# Maintainer (Arch): Florian Pritz <bluewind@xinu.at> -# Contributor (Arch): Dan McGee <dan@archlinux.org> +# Maintainer (arch): Florian Pritz <bluewind@xinu.at> +# Contributor (arch): Dan McGee <dan@archlinux.org> # Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info> # Contributor: André Silva <emulatorman@hyperbola.info> # Contributor: Esteban Carnevale <alfplayer@mailoo.org> @@ -7,7 +7,8 @@ pkgname=pacman-mirrorlist pkgver=20201002 -pkgrel=1.parabola2 +pkgrel=1 +pkgrel+=.parabola1 pkgdesc="Parabola GNU/Linux-libre mirror list for use by pacman" arch=('any') url="https://repo.parabola.nu/mirrorlist.txt" diff --git a/libre/pacman/pacman.conf.armv7h b/libre/pacman/pacman.conf.armv7h index 92367feb6..808f5ce83 100644 --- a/libre/pacman/pacman.conf.armv7h +++ b/libre/pacman/pacman.conf.armv7h @@ -85,8 +85,8 @@ LocalFileSigLevel = Optional # # The non-systemd repository contains packages that are important and relevant only to # Parabola systems using an init-system other than systemd. -# Parabola systems using systemd SHOULD NOT have this enabled;. -# while Parabola systems using any other init-system SHOULD have this enabled. +# Parabola systems using systemd SHOULD NOT have [nonsystemd] enabled. +# Parabola systems using any other init-system SHOULD have [nonsystemd] enabled. # # The kernels repository contains additional special kernels for particular use-cases, # such as maximal security hardening and real-time systems. diff --git a/libre/pacman/pacman.conf.i686 b/libre/pacman/pacman.conf.i686 index 1f8ddec57..27a76e393 100644 --- a/libre/pacman/pacman.conf.i686 +++ b/libre/pacman/pacman.conf.i686 @@ -85,8 +85,8 @@ LocalFileSigLevel = Optional # # The non-systemd repository contains packages that are important and relevant only to # Parabola systems using an init-system other than systemd. -# Parabola systems using systemd SHOULD NOT have this enabled;. -# while Parabola systems using any other init-system SHOULD have this enabled. +# Parabola systems using systemd SHOULD NOT have [nonsystemd] enabled. +# Parabola systems using any other init-system SHOULD have [nonsystemd] enabled. # # The kernels repository contains additional special kernels for particular use-cases, # such as maximal security hardening and real-time systems. diff --git a/libre/pacman/pacman.conf.x86_64 b/libre/pacman/pacman.conf.x86_64 index cc9aee145..95084bf31 100644 --- a/libre/pacman/pacman.conf.x86_64 +++ b/libre/pacman/pacman.conf.x86_64 @@ -85,8 +85,8 @@ LocalFileSigLevel = Optional # # The non-systemd repository contains packages that are important and relevant only to # Parabola systems using an init-system other than systemd. -# Parabola systems using systemd SHOULD NOT have this enabled;. -# while Parabola systems using any other init-system SHOULD have this enabled. +# Parabola systems using systemd SHOULD NOT have [nonsystemd] enabled. +# Parabola systems using any other init-system SHOULD have [nonsystemd] enabled. # # The kernels repository contains additional special kernels for particular use-cases, # such as maximal security hardening and real-time systems. |