summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkatsuki Rui2023-02-23 17:31:12 +0800
committerAkatsuki Rui2023-02-23 17:34:53 +0800
commitdbb6f9f0c889fb125540f9ea6ea4b7c7d4c485d3 (patch)
tree899fa82c1f38c3e59304f786425d18408cb4052d
parentb071d9033be66517b73ff1ffcc3f77578b891566 (diff)
downloadaur-dbb6f9f0c889fb125540f9ea6ea4b7c7d4c485d3.tar.gz
Override options lto for building
https://aur.archlinux.org/packages/fish-git#comment-903328
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 867615759258..0884889c5450 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 8c238b376a5e..fbf13de0dc95 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'