diff --git a/fish/PKGBUILD b/fish/PKGBUILD index b708dd0c..299f8c3e 100644 --- a/fish/PKGBUILD +++ b/fish/PKGBUILD @@ -7,8 +7,12 @@ pkgdesc='Smart and user friendly shell intended mostly for interactive use' arch=('x86_64') url="https://fishshell.com/" msys2_repository_url="https://github.com/fish-shell/fish-shell" +msys2_changelog_url='https://fishshell.com/docs/current/relnotes.html' msys2_references=( + 'archlinux: fish' "cpe: cpe:/a:fishshell:fish" + 'cygwin: fish' + 'gentoo: app-shells/fish' ) license=('spdx:GPL-2.0-only') depends=('gcc-libs' 'libpcre2_32' 'libpcre2_8' 'man-db')