fix: cmake error

This commit is contained in:
Akatsuki Rui
2025-06-09 21:53:18 +08:00
parent 30c05b2b87
commit cdfa204d14
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = fish-git
pkgdesc = User friendly shell intended mostly for interactive use.
pkgver = 4.0.2.r949.gc7391d102
pkgver = 4.0.2.r1018.g5346d3d49
pkgrel = 1
epoch = 2
url = https://github.com/fish-shell/fish-shell

View File

@@ -10,7 +10,7 @@
pkgname=fish-git
_gitname="fish-shell"
pkgver=4.0.2.r949.gc7391d102
pkgver=4.0.2.r1018.g5346d3d49
pkgrel=1
epoch=2
pkgdesc="User friendly shell intended mostly for interactive use."
@@ -87,7 +87,7 @@ build() {
check() {
cd "$_gitname"
make test
make -C build test
}
package() {