summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--aurutils.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/aurutils.install b/aurutils.install
index e92fd10a9f53..a262c0f207d5 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: