From 073125f8f462e0ae1c11f832705588b783afc8aa Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 18 Nov 2019 11:46:19 +0100 Subject: bin/get-package-updates: still-available PKGBUILDs of deleted packages must match exactly - otherwise we trigger on build-support/disabled/$pkgname/PKGBUILD, too --- bin/get-package-updates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/get-package-updates') diff --git a/bin/get-package-updates b/bin/get-package-updates index 34f3b6e..25d1a83 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -387,7 +387,7 @@ echo 'Check modified packages from the last update, and put them to the build li if [ "${repository}" = "archlinux32" ]; then if git -C "${repo_path}" archive "${new_repo_revisions__archlinux32}" 2> /dev/null | \ tar -t 2> /dev/null | \ - grep -q "/$(str_to_regex "${package}")/PKGBUILD$"; then + grep -q '^[^/]\+/'"$(str_to_regex "${package}")"'/PKGBUILD$'; then found_package=true fi else -- cgit v1.2.3