From 38d34e99d7eaeacbc4012ce7ebbcbed2905a6102 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Thu, 29 Aug 2024 19:33:01 +0200 Subject: [PATCH] view: define missing XDG_CONFIG_HOME Closes #1177 --- lib/aur-view | 1 + makepkg/aurutils.changelog | 3 +++ 2 files changed, 4 insertions(+) diff --git a/lib/aur-view b/lib/aur-view index 3f3f6128..bd69c832 100755 --- a/lib/aur-view +++ b/lib/aur-view @@ -3,6 +3,7 @@ [[ -v AUR_DEBUG ]] && set -o xtrace set -o errexit argv0=view +XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config} XDG_DATA_HOME=${XDG_DATA_HOME:-$HOME/.local/share} AUR_VIEW_DB=${AUR_VIEW_DB:-$XDG_DATA_HOME/aurutils/$argv0} PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }' diff --git a/makepkg/aurutils.changelog b/makepkg/aurutils.changelog index 68287ee6..195e6da5 100644 --- a/makepkg/aurutils.changelog +++ b/makepkg/aurutils.changelog @@ -3,6 +3,9 @@ * `aur-sync` + move git `orderFile` to `XDG_CONFIG_HOME/aurutils/view/orderfile` (#1167) +* `aur-view` + + define missing `XDG_CONFIG_HOME` (#1177) + * `perl` + move `AUR::Repo` to `aur-repo-parse` + move `AUR::Depends::get` to `aur-depends::solve` -- 2.11.4.GIT