From 4c42ff114f48552140991cb9b42fa895e49474ef Mon Sep 17 00:00:00 2001
From: jean-michel <jean-michel@obarun.org>
Date: Fri, 5 Apr 2019 15:50:58 +0200
Subject: [PATCH] use of extra/testing repo

---
 plasma/rootfs/etc/pacman.conf | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/plasma/rootfs/etc/pacman.conf b/plasma/rootfs/etc/pacman.conf
index c65cccb..22a2cbf 100644
--- a/plasma/rootfs/etc/pacman.conf
+++ b/plasma/rootfs/etc/pacman.conf
@@ -34,7 +34,7 @@ NoExtract   = /usr/lib/libsystemd*.*
 Color
 TotalDownload
 CheckSpace
-#VerbosePkgLists
+VerbosePkgLists
 
 # By default, pacman accepts packages signed by keys that its local keyring
 # trusts (see pacman-key and its man page), as well as unsigned packages.
@@ -77,9 +77,9 @@ Server = https://repo.obarun.org/66-repo
 #SigLevel = Required
 #Server = https://repo.obarun.org/obcore/testing/
 
-#[obextra-testing]
-#SigLevel = Required
-#Server = https://repo.obarun.org/obextra/testing
+[obextra-testing]
+SigLevel = Required
+Server = https://repo.obarun.org/obextra/testing
 
 [obcore]
 SigLevel = Required
-- 
GitLab