summarylogtreecommitdiffstats
path: root/aurutils.install
diff options
context:
space:
mode:
authorAlad Wenter2019-01-10 17:21:24 +0100
committerAlad Wenter2019-01-10 17:28:24 +0100
commitce83f1eb96147925d3ddcb0e3bbcacbfc7d993a0 (patch)
treed6b458f7265450c7c94d7b32d03050196e1f8ac6 /aurutils.install
parentf2a4865bd7823df0a2faea3fa3fb6619874f7eb7 (diff)
downloadaur-ce83f1eb96147925d3ddcb0e3bbcacbfc7d993a0.tar.gz
update to 2.0.0
Diffstat (limited to 'aurutils.install')
-rw-r--r--aurutils.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/aurutils.install b/aurutils.install
new file mode 100644
index 000000000000..e92fd10a9f53
--- /dev/null
+++ b/aurutils.install
@@ -0,0 +1,14 @@
+post_upgrade() {
+ if (( $(vercmp '2.0.0-1' "$2") )); then
+ cat >&2 <<-EOF
+As of 2.0.0, aurutils no longer supports repose. If you have repose installed,
+please rebuild your local repository using repo-add. See:
+
+https://bbs.archlinux.org/viewtopic.php?pid=1707649#p1707649
+
+for detailed instructions. For the 2.0.0 changelog, see:
+
+https://github.com/AladW/aurutils/releases/tag/2.0.0
+EOF
+ fi
+}