libweather: add refs (#25981)

This commit is contained in:
Miloš Komarčević 2025-10-17 12:06:12 +02:00 committed by GitHub
parent 0506a41f0f
commit 0bd9fd6f64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"