Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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 92095d6..958fbe4 100755
--- a/bin/get-package-updates
+++ b/bin/get-package-updates
@@ -326,6 +326,7 @@ echo 'Check modified packages from the last update, and put them to the build li
| grep -v '^lib32-' \
| grep -vF '03fd4a0a1cee6144848a5e5de6e03f0319e9d118' \
| grep -vF 'e383f4debfe90631a2eefabff9c6704f26bc3249' \
+ | grep -vF '4621fcc46a9c717bbb0460771541a28c70520d7d' \
| sort -u \
> "${tmp_dir}/upstream-packages"
diff "${tmp_dir}/mysql-packages" "${tmp_dir}/upstream-packages" \