fish: extend references + add changelog URL

This commit is contained in:
Dirk Stolle 2025-10-01 07:36:30 +02:00
parent 8138a05ef2
commit f59dd7556a

View File

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