From 9a79a09ca9d587f45b99ee73ec0afaa19187465e Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Thu, 19 Feb 2026 15:20:34 +0100 Subject: [PATCH] dev-util/google-antigravity: correct APT metadata paths in comments The URLs for InRelease and Packages files in the comments were derived from BASE_SRC_URI, which points to the pool/ directory for .deb files. This updates the comments to correctly point to the dists/ directory, which is the actual location of the APT metadata files. Signed-off-by: Florian Albrechtskirchinger --- .../google-antigravity/google-antigravity-1.18.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/google-antigravity/google-antigravity-1.18.3.ebuild b/dev-util/google-antigravity/google-antigravity-1.18.3.ebuild index 437f7cfd62..18a488555d 100644 --- a/dev-util/google-antigravity/google-antigravity-1.18.3.ebuild +++ b/dev-util/google-antigravity/google-antigravity-1.18.3.ebuild @@ -13,7 +13,7 @@ inherit chromium-2 eapi9-pipestatus optfeature pax-utils unpacker verify-sig xdg BASE_SRC_URI="https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian" -# See ${BASE_SRC_URI}/main/binary-${ARCH}/Packages +# See ${BASE_SRC_URI/pool/dists}/main/binary-${ARCH}/Packages BUILD_ID_AMD64="1771473975" BUILD_ID_ARM64="1771473972" DEB_HASH_AMD64="bec6f978ba7532ab369d8234b1e87c15" @@ -97,8 +97,8 @@ src_unpack() { # Verify APT chain of trust: # InRelease (signed) -> Packages (checksum) -> .deb (checksum) - # ${BASE_SRC_URI}/InRelease - # ${BASE_SRC_URI}/main/binary-${ARCH}/Packages + # ${BASE_SRC_URI/pool/dists}/InRelease + # ${BASE_SRC_URI/pool/dists}/main/binary-${ARCH}/Packages verify-sig_verify_message InRelease - \ | sed "s,[0-9]\+ main/binary-${ARCH}.*,Packages.${ARCH}," \ | verify-sig_verify_unsigned_checksums - sha256 Packages.${ARCH}