From 1f4f0d57bbbe41fee0994d552cc7039ea0cd2b9f Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sun, 28 May 2023 23:53:34 -0400 Subject: linhes-templates: update pacman.conf.template --- linhes/linhes-templates/PKGBUILD | 4 ++-- linhes/linhes-templates/templates/pacman.conf.template | 9 +++------ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/linhes/linhes-templates/PKGBUILD b/linhes/linhes-templates/PKGBUILD index c88006c..9603a9d 100644 --- a/linhes/linhes-templates/PKGBUILD +++ b/linhes/linhes-templates/PKGBUILD @@ -1,13 +1,13 @@ pkgname=linhes-templates pkgver=9.0.0 -pkgrel=13 +pkgrel=14 conflicts=() pkgdesc="Templates used for LinHES system configuration" depends=() makedepends=() arch=('x86_64') source=(templates.tar.gz) -sha256sums=('18e4250603d3efd7f1a9cc6fee8ac7ff9825d5ce62b6c6afc325f50a4901fc2e') +sha256sums=('0ec3715a4b44e5c2c748fc0c4bdf2e8773d09d00594fc1f21d9aaa2439a7e509') package() { MVDIR=$pkgdir/usr/share/linhes diff --git a/linhes/linhes-templates/templates/pacman.conf.template b/linhes/linhes-templates/templates/pacman.conf.template index 89af0f2..5fbe142 100644 --- a/linhes/linhes-templates/templates/pacman.conf.template +++ b/linhes/linhes-templates/templates/pacman.conf.template @@ -75,19 +75,16 @@ LocalFileSigLevel = Optional SigLevel = Optional TrustAll Server = http://linhes.org/repo/$arch/$repo/ -#[testing] +#[core-testing] #Include = /etc/pacman.d/mirrorlist [core] Include = /etc/pacman.d/mirrorlist -[extra] -Include = /etc/pacman.d/mirrorlist - -#[community-testing] +#[extra-testing] #Include = /etc/pacman.d/mirrorlist -[community] +[extra] Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system, -- cgit v0.12