From e033548e7125e926b34f4dd7c61a2a3a38a0e974 Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Thu, 8 Dec 2022 13:48:36 -0500
Subject: linhes-template: pacman.conf.template: move linhes repos above core

---
 linhes/linhes-templates/PKGBUILD                       |  4 ++--
 linhes/linhes-templates/templates/pacman.conf.template | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/linhes/linhes-templates/PKGBUILD b/linhes/linhes-templates/PKGBUILD
index dc3af34..38d5be5 100644
--- a/linhes/linhes-templates/PKGBUILD
+++ b/linhes/linhes-templates/PKGBUILD
@@ -1,13 +1,13 @@
 pkgname=linhes-templates
 pkgver=9.0.0
-pkgrel=7
+pkgrel=8
 conflicts=()
 pkgdesc="Templates used for LinHES system configuration"
 depends=()
 makedepends=()
 arch=('x86_64')
 source=(templates.tar.gz)
-sha256sums=('08b953c8a1f90d4a7e94392d612b168c9d7eb98fb56d8b4ac5d614793aac16ef')
+sha256sums=('5f849178d475842122a6dab667e6bba536c3d0513f016f45c1f8ea5338a14003')
 
 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 90fd6ea..89af0f2 100644
--- a/linhes/linhes-templates/templates/pacman.conf.template
+++ b/linhes/linhes-templates/templates/pacman.conf.template
@@ -70,6 +70,11 @@ LocalFileSigLevel = Optional
 # repo name header and Include lines. You can add preferred servers immediately
 # after the header, and they will be used before the default mirrors.
 
+#[linhes]
+[linhes-testing]
+SigLevel = Optional TrustAll
+Server = http://linhes.org/repo/$arch/$repo/
+
 #[testing]
 #Include = /etc/pacman.d/mirrorlist
 
@@ -99,8 +104,3 @@ Include = /etc/pacman.d/mirrorlist
 #[custom]
 #SigLevel = Optional TrustAll
 #Server = file:///home/custompkgs
-
-#[linhes]
-[linhes-testing]
-SigLevel = Optional TrustAll
-Server = http://linhes.org/repo/$arch/$repo/
-- 
cgit v0.12