summaryrefslogtreecommitdiff
path: root/pkg.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkg.c')
-rw-r--r--pkg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg.c b/pkg.c
index 300e924..3314891 100644
--- a/pkg.c
+++ b/pkg.c
@@ -730,6 +730,9 @@ verify_package (Package *pkg)
ver->version,
req->name,
req->version);
+ if (req->url)
+ verbose_error ("You may find new versions of %s at %s\n",
+ req->name, req->url);
exit (1);
}