summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Alad Bork2019-01-25 20:45:44 +0100
committerJames Alad Bork2019-01-25 20:45:44 +0100
commitb630e598fea41bb51e737b73336239004dcc1bb6 (patch)
tree2e98bfd1dffd51a61359f06d222d4a74ec1d54e7
parent28635dc17e58fa9205be1d3c4ad900ba639f3ec0 (diff)
downloadaur-b630e598fea41bb51e737b73336239004dcc1bb6.tar.gz
.install: fix comparison
-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: