From b630e598fea41bb51e737b73336239004dcc1bb6 Mon Sep 17 00:00:00 2001 From: James Alad Bork Date: Fri, 25 Jan 2019 20:45:44 +0100 Subject: [PATCH] .install: fix comparison --- aurutils.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aurutils.install b/aurutils.install index e92fd10..a262c0f 100644 --- a/aurutils.install +++ b/aurutils.install @@ -1,5 +1,5 @@ post_upgrade() { - if (( $(vercmp '2.0.0-1' "$2") )); then + if (( $(vercmp '2.0.0-1' "$2") == 1 )); 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: