diff options
author | Britney Fransen <brfransen@gmail.com> | 2023-05-29 03:53:34 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2023-05-29 03:53:34 (GMT) |
commit | 1f4f0d57bbbe41fee0994d552cc7039ea0cd2b9f (patch) | |
tree | dcf07393b6588a6f04dbaceb57c5fee0f2112238 /linhes/linhes-templates | |
parent | 534621d25bbcbbb9a9190f3036be370092846b47 (diff) | |
download | linhes_pkgbuild-1f4f0d57bbbe41fee0994d552cc7039ea0cd2b9f.zip linhes_pkgbuild-1f4f0d57bbbe41fee0994d552cc7039ea0cd2b9f.tar.gz linhes_pkgbuild-1f4f0d57bbbe41fee0994d552cc7039ea0cd2b9f.tar.bz2 |
linhes-templates: update pacman.conf.template
Diffstat (limited to 'linhes/linhes-templates')
-rw-r--r-- | linhes/linhes-templates/PKGBUILD | 4 | ||||
-rw-r--r-- | 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, |