diff --git a/fish/PKGBUILD b/fish/PKGBUILD index 2882179f..7b274198 100644 --- a/fish/PKGBUILD +++ b/fish/PKGBUILD @@ -2,7 +2,7 @@ pkgname=fish pkgver=4.1.0 -pkgrel=1 +pkgrel=2 pkgdesc='Smart and user friendly shell intended mostly for interactive use' arch=('x86_64') url="https://fishshell.com/" @@ -12,7 +12,7 @@ msys2_references=( ) license=('spdx:GPL-2.0-only') depends=('gcc-libs' 'libpcre2_32' 'libpcre2_8' 'man-db') -makedepends=('gcc' 'pcre2-devel' 'cmake' 'pkgconf' 'rust' 'ninja') +makedepends=('gcc' 'gettext' 'pcre2-devel' 'cmake' 'pkgconf' 'rust' 'ninja') optdepends=('python: for manual page completion parser and web configuration tool') install=fish.install backup=('etc/fish/config.fish' 'etc/fish/msys2.fish' 'etc/fish/perlbin.fish')