From 0bd9fd6f64ca1ffc024ef37faeaf0f9c49d7e867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= <4973094+kmilos@users.noreply.github.com> Date: Fri, 17 Oct 2025 12:06:12 +0200 Subject: [PATCH] libweather: add refs (#25981) --- mingw-w64-libgweather/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mingw-w64-libgweather/PKGBUILD b/mingw-w64-libgweather/PKGBUILD index 304be07613..698caa7e29 100644 --- a/mingw-w64-libgweather/PKGBUILD +++ b/mingw-w64-libgweather/PKGBUILD @@ -10,6 +10,10 @@ arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://wiki.gnome.org/Projects/LibGWeather" msys2_repository_url="https://gitlab.gnome.org/GNOME/libgweather" +msys2_references=( + 'anitya: 13147' + 'archlinux: libgweather-4' +) license=("spdx:GPL-2.0-or-later") depends=("${MINGW_PACKAGE_PREFIX}-gettext-runtime" "${MINGW_PACKAGE_PREFIX}-glib2"