summarylogtreecommitdiffstats
path: root/aurutils.install
diff options
context:
space:
mode:
Diffstat (limited to 'aurutils.install')
-rw-r--r--aurutils.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/aurutils.install b/aurutils.install
index bf936df3d7d8..e6b7798e32f3 100644
--- a/aurutils.install
+++ b/aurutils.install
@@ -35,4 +35,15 @@ moved from /usr/share/devtools/pacman-aur.conf to
More information about this file was added to the aur-build man page.
EOF
fi
+
+ if (( $(vercmp '3.2.0-1' "$2") == 1 )); then
+ cat >&2 <<-EOF
+As of 3.2.0, if --chroot is specified without --database, aur-build assumes
+pacman.conf is located in /etc/pacman-$(uname -m).conf.
+
+See the 3.2.0 changelog for more information:
+
+https://github.com/AladW/aurutils/releases/tag/3.2.0
+EOF
+ fi
}