summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2022-12-08 18:48:36 (GMT)
committerBritney Fransen <brfransen@gmail.com>2022-12-08 18:48:36 (GMT)
commite033548e7125e926b34f4dd7c61a2a3a38a0e974 (patch)
tree29af8cca225a08d0dd76446bf09d756f67213eef
parent0d1d564592bc83718c49dab11d9b1cb6c9ceec9f (diff)
downloadlinhes_pkgbuild-e033548e7125e926b34f4dd7c61a2a3a38a0e974.zip
linhes_pkgbuild-e033548e7125e926b34f4dd7c61a2a3a38a0e974.tar.gz
linhes_pkgbuild-e033548e7125e926b34f4dd7c61a2a3a38a0e974.tar.bz2
linhes-template: pacman.conf.template: move linhes repos above core
-rw-r--r--linhes/linhes-templates/PKGBUILD4
-rw-r--r--linhes/linhes-templates/templates/pacman.conf.template10
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/