fix: cmake error
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -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.0.2.r949.gc7391d102
|
pkgver = 4.0.2.r1018.g5346d3d49
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 2
|
epoch = 2
|
||||||
url = https://github.com/fish-shell/fish-shell
|
url = https://github.com/fish-shell/fish-shell
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
pkgname=fish-git
|
pkgname=fish-git
|
||||||
_gitname="fish-shell"
|
_gitname="fish-shell"
|
||||||
pkgver=4.0.2.r949.gc7391d102
|
pkgver=4.0.2.r1018.g5346d3d49
|
||||||
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."
|
||||||
@@ -87,7 +87,7 @@ build() {
|
|||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd "$_gitname"
|
cd "$_gitname"
|
||||||
make test
|
make -C build test
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user