From b4ab3c14b1dce868bdf0945736b14a8c36d4257e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Mon, 13 Jan 2025 01:54:45 +0100 Subject: [PATCH] Make auto-updating sqlite Great Again --- auto-update | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auto-update b/auto-update index 194add9..aece7d9 100755 --- a/auto-update +++ b/auto-update @@ -500,7 +500,8 @@ if [ -z "$PACKAGES" ]; then # Packages that have known breakages in the current version and need # to be updated if and only if there's a newer release fixing the # issue blocking the update - BLACKLIST="sqlite" + # (fortunately currently no such packages) + BLACKLIST="" # Packages that are known to break when auto-updated # (e.g. perl doesn't like having Release: reset) BLACKLIST="$BLACKLIST perl"