From 2e6315a41eb6c8bd2879b8b5328a9c5d2368114c Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Fri, 20 May 2022 10:34:48 -0700
Subject: Fix atom and atom-trudograd local include.

---
 PKGBUILD                            | 4 ++--
 profiles/atom-rpg-trudograd.profile | 2 +-
 profiles/atom-rpg.profile           | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 5e648e2..311a5f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
 
 pkgname=firejail-profiles
 pkgver=20220520
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional firejail profiles and locals"
 arch=('any')
 url="https://library.iserlohn-fortress.net/firejail-profiles.git"
 license=('GPLv3')
 depends=('firejail' 'hardened-malloc')
 source=(profiles.tar.gz)
-b2sums=('2a6dde5910c0555163e35221350b8e6d6fe2ca523cd4eb75d5837ff89234201130764dededa57ac8908b3881e766eae1e2c9bc2cdace9a00a6c60941bf3b67a2')
+b2sums=('c183b9532a15f706ce4949d62de3af495d8924409bf37a41f00a3fbb6108aab15206a70e15674052c22e197d8238e32668b4722a0f0ea27e3c232a05c05bb64c')
 
 package() {
   install --directory ${pkgdir}/etc/firejail
diff --git a/profiles/atom-rpg-trudograd.profile b/profiles/atom-rpg-trudograd.profile
index 97afb79..b7a3b99 100644
--- a/profiles/atom-rpg-trudograd.profile
+++ b/profiles/atom-rpg-trudograd.profile
@@ -1,6 +1,6 @@
 # This file is overwritten after every install/update
 # Persistent local customizations
-include pathfinder-kingmaker.local
+include atom-rpg-trudograd.local
 # Persistent global definitions
 include globals.local
 
diff --git a/profiles/atom-rpg.profile b/profiles/atom-rpg.profile
index b2f00fd..2aa24b8 100644
--- a/profiles/atom-rpg.profile
+++ b/profiles/atom-rpg.profile
@@ -1,6 +1,6 @@
 # This file is overwritten after every install/update
 # Persistent local customizations
-include pathfinder-kingmaker.local
+include atom-rpg.local
 # Persistent global definitions
 include globals.local
 
-- 
cgit v1.2.1