summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2023-01-08 13:00:28 -0500
committerCarlos Aznarán Laos2023-01-08 13:00:28 -0500
commit455ee99da89c2103b9d442e13a30b1a195a4b15b (patch)
treeba890b885c106165e1a1a8f1b4e209c3ff1cdfec
parent184e631fe73a2f2b3213f7aba89dcb95157db09b (diff)
downloadaur-455ee99da89c2103b9d442e13a30b1a195a4b15b.tar.gz
Disable LinkTimeOptimization (LTO)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac6980495f6f..3cedfc97f3cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lyx
pkgdesc = An advanced WYSIWYM document processor & LaTeX front-end
pkgver = 2.3.7
- pkgrel = 1
+ pkgrel = 2
url = https://www.lyx.org
arch = x86_64
license = GPL
@@ -21,6 +21,7 @@ pkgbase = lyx
optdepends = texlive-latexextra: float wrap support
optdepends = python: support for python scripts
options = emptydirs
+ options = !lto
backup = etc/lyx/lyxrc.dist
source = https://ftp.lip6.fr/pub/lyx/stable/2.3.x/lyx-2.3.7-1.tar.gz
source = https://ftp.lip6.fr/pub/lyx/stable/2.3.x/lyx-2.3.7-1.tar.gz.sig
diff --git a/PKGBUILD b/PKGBUILD
index 483a26ebe37e..23b27c8e8705 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=lyx
pkgver=2.3.7
-pkgrel=1
+pkgrel=2
pkgdesc="An advanced WYSIWYM document processor & LaTeX front-end"
arch=('x86_64')
url="https://www.lyx.org"
@@ -17,7 +17,7 @@ optdepends=('rcs: built-in version control system'
'python: support for python scripts')
license=('GPL')
backup=('etc/lyx/lyxrc.dist')
-options=('emptydirs')
+options=('emptydirs' '!lto')
source=(https://ftp.lip6.fr/pub/lyx/stable/${pkgver::4}x/lyx-${pkgver}-1.tar.gz{,.sig}
lyxrc.dist)
validpgpkeys=('FE66471B43559707AFDAD955DE7A44FAC7FB382D') # LyX Release Manager (Signing LyX tarballs and binaries) <sanda@lyx.org>