From 106beaf86d7f7bbb74e21a6c216e2af480bd8a1c Mon Sep 17 00:00:00 2001 From: Akatsuki Rui <3736910+akiirui@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:21:11 +0800 Subject: [PATCH] Disable lto --- .SRCINFO | 3 ++- PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4ea1ce6..9232895 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = fish-git pkgdesc = User friendly shell intended mostly for interactive use. - pkgver = 3.7.0.r1410.gea5adcac9 + pkgver = 3.7.0.r1420.g776895274 pkgrel = 1 epoch = 2 url = http://fishshell.com @@ -24,6 +24,7 @@ pkgbase = fish-git provides = fish-shell conflicts = fish conflicts = fish-shell + options = !lto backup = etc/fish/config.fish source = git+https://github.com/fish-shell/fish-shell.git b2sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 172e865..2d1fdc8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgname=fish-git _gitname="fish-shell" -pkgver=3.7.0.r1410.gea5adcac9 +pkgver=3.7.0.r1420.g776895274 pkgrel=1 epoch=2 pkgdesc="User friendly shell intended mostly for interactive use." @@ -33,6 +33,7 @@ checkdepends=( 'expect' 'procps-ng' ) +options=(!lto) provides=( 'fish' 'fish-shell'