Skip to content
Snippets Groups Projects
Commit 38d34e99 authored by Alad Wenter's avatar Alad Wenter
Browse files

view: define missing XDG_CONFIG_HOME

Closes #1177
parent c27bfa89
No related branches found
No related tags found
No related merge requests found
......@@ -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]}(): }'
......
......@@ -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`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment