ℹ️ Users are advised to move to Thorium, an enhanced fork of Chromium that supports JPEG XL out of the box by default.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# aur-fetch - retrieve build files from the AUR | |
[[ -v AUR_DEBUG ]] && set -o xtrace | |
argv0=fetch | |
AUR_LOCATION=${AUR_LOCATION:-https://aur.archlinux.org} | |
XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config} | |
PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[1]}(): }' | |
# default options | |
verbose=0 recurse=0 results=0 sync=no log_fmt=diff |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# aur-sync - download and build AUR packages automatically | |
[[ -v AUR_DEBUG ]] && set -o xtrace | |
set -o errexit | |
argv0=sync | |
XDG_CACHE_HOME=${XDG_CACHE_HOME:-$HOME/.cache} | |
XDG_CONFIG_HOME=${XDG_CONFIG_HOME:-$HOME/.config} | |
XDG_DATA_HOME=${XDG_DATA_HOME:-$HOME/.local/share} | |
AURDEST=${AURDEST:-$XDG_CACHE_HOME/aurutils/$argv0} | |
PS4='+(${BASH_SOURCE}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }' |
This work is released under a Creative Commons Attribution-NoDerivatives 4.0 International License.
"OpenPGP" refers to the OpenPGP protocol, in much the same way that HTML refers to the protocol that specifies how to write a web page. "GnuPG", "SequoiaPGP", "OpenPGP.js", and others are implementations of the OpenPGP protocol in the same way that Mozilla Firefox, Google Chromium, and Microsoft Edge refer to software packages that process HTML data.