Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/get-package-updates1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/get-package-updates b/bin/get-package-updates
index b067233..a0a2427 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -298,6 +298,7 @@ echo 'Check modified packages from the last update, and put them to the build li
| cut -d/ -f1 \
| grep -vF -- '-testing-' \
| grep -vF -- '-staging-' \
+ | grep -vF '03fd4a0a1cee6144848a5e5de6e03f0319e9d118' \
| sort -u
)
# shellcheck disable=SC2016