diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-03-24 22:20:10 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-03-24 22:20:10 +0100 |
commit | 9d8a73b0b90e4e9d9ade362290b886f4dc46c8d3 (patch) | |
tree | ac0560a0562844090c4d122c29cf866574e3b6a3 | |
parent | 8a0b493df58b639b95f20474ff700186b5f415d0 (diff) |
config: enable to use the new config abslibre repositoryconfig-repository
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | config/config-parabola-mgmt-pacman-repo-config/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/config-parabola-mgmt-pacman-repo-config/PKGBUILD b/config/config-parabola-mgmt-pacman-repo-config/PKGBUILD index 33d736a3a..2a75276b3 100644 --- a/config/config-parabola-mgmt-pacman-repo-config/PKGBUILD +++ b/config/config-parabola-mgmt-pacman-repo-config/PKGBUILD @@ -1,5 +1,5 @@ . ${BUILDFILE%/*}/../common.sh -pkgver=20180826.2 +pkgver=20220324.1 package() { preamble @@ -9,8 +9,7 @@ depends+=('pacman>=5.1.1-1.parabola5') add-file etc/pacman.d/repo-config.conf <<EOF [config] -SigLevel = Optional TrustAll -Server = https://config.parabola.nu/ +Include = /etc/pacman.d/mirrorlist EOF postamble |