4.3.2.r38.g0a23a7852

This commit is contained in:
Akatsuki Rui
2026-01-04 06:20:05 +08:00
parent 7b31f728f3
commit 8cbc2c56db
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = fish-git pkgbase = fish-git
pkgdesc = User friendly shell intended mostly for interactive use. pkgdesc = User friendly shell intended mostly for interactive use.
pkgver = 4.2.1.r205.gb29a85f45 pkgver = 4.3.2.r38.g0a23a7852
pkgrel = 1 pkgrel = 1
epoch = 2 epoch = 2
url = https://github.com/fish-shell/fish-shell url = https://github.com/fish-shell/fish-shell

View File

@@ -10,7 +10,7 @@
pkgname=fish-git pkgname=fish-git
_gitname="fish-shell" _gitname="fish-shell"
pkgver=4.2.1.r205.gb29a85f45 pkgver=4.3.2.r38.g0a23a7852
pkgrel=1 pkgrel=1
epoch=2 epoch=2
pkgdesc="User friendly shell intended mostly for interactive use." pkgdesc="User friendly shell intended mostly for interactive use."
@@ -78,7 +78,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_TYPE=Release
-DWITH_DOCS=ON -DWITH_DOCS=ON
-DFISH_USE_SYSTEM_PCRE2=ON -DFISH_USE_SYSTEM_PCRE2=ON
-DWITH_GETTEXT=ON -DWITH_MESSAGE_LOCALIZATION=ON
-Wno-dev -Wno-dev
) )
cmake "${cmake_options[@]}" cmake "${cmake_options[@]}"