From 7a17164bf790aea2ea4a4eb777a06be10342068d Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 7 Oct 2019 00:09:33 +0200 Subject: [PATCH] Add target to just check for AUR updates Signed-off-by: Knut Ahlers --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 71423f5..1d8589f 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,9 @@ upload: cleanup_files aur_update: check_tools check_database bash -euo pipefail -c 'for pkg in $$(script_level=1 ./scripts/check_aur_updates.sh); do script_level=1 ./scripts/update-aur.sh $${pkg}; done' +check_aur_update: + bash ./scripts/check_aur_updates.sh + check_database: test -n '$(DATABASE)'