From dbb6f9f0c889fb125540f9ea6ea4b7c7d4c485d3 Mon Sep 17 00:00:00 2001 From: Akatsuki Rui <3736910+akiirui@users.noreply.github.com> Date: Thu, 23 Feb 2023 17:31:12 +0800 Subject: [PATCH] Override options lto for building https://aur.archlinux.org/packages/fish-git#comment-903328 --- .SRCINFO | 3 ++- PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8676157..0884889 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = fish-git pkgdesc = User friendly shell intended mostly for interactive use. - pkgver = 3.6.0.r217.g59fe124c4 + pkgver = 3.6.0.r228.g3b60bc1de pkgrel = 1 epoch = 2 url = http://fishshell.com @@ -26,6 +26,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 8c238b3..fbf13de 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgname=fish-git _gitname="fish-shell" -pkgver=3.6.0.r217.g59fe124c4 +pkgver=3.6.0.r228.g3b60bc1de pkgrel=1 epoch=2 pkgdesc="User friendly shell intended mostly for interactive use." @@ -35,6 +35,7 @@ checkdepends=( 'expect' 'procps-ng' ) +options=('!lto') provides=( 'fish' 'fish-shell'