diff options
author | stefan0xC | 2025-06-07 15:01:36 +0200 |
---|---|---|
committer | stefan0xC | 2025-06-07 15:01:36 +0200 |
commit | ad476c96ac2c7e52b54ca0e3c97c92795029c0a8 (patch) | |
tree | e137be8d5c0fa6850edb437203089e815998c67e /PKGBUILD | |
parent | 50ac7782106bc977ec7ebf72a237eeb86faa13c4 (diff) | |
download | aur-crowbook.tar.gz |
disable lto to avoid linking issues
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ pkgname=crowbook pkgver=0.17.0 -pkgrel=0 +pkgrel=1 pkgdesc="Converts books written in Markdown to HTML, LaTeX/PDF and EPUB" arch=('x86_64') url="https://github.com/lise-henry/crowbook" @@ -11,6 +11,7 @@ makedepends=('cargo') optdepends=('texlive-latexextra: create PDF') source=("https://github.com/lise-henry/crowbook/archive/refs/tags/v$pkgver.tar.gz") md5sums=('3fee530871b4a486a33b2ac907895969') +options=(!lto) prepare() { cd "$srcdir/$pkgname-$pkgver" |