summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAkatsuki Rui2024-02-07 16:21:11 +0800
committerAkatsuki Rui2024-02-07 16:21:11 +0800
commit106beaf86d7f7bbb74e21a6c216e2af480bd8a1c (patch)
tree50aab9f8faa7b813547d775589af22c72e6dda4a /PKGBUILD
parentefc7002c122a2dbe7a2ec21672e1b07ad9b7f9ba (diff)
downloadaur-fish-git.tar.gz
Disable lto
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 172e86549398..2d1fdc883eff 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'