summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntti2023-09-17 18:56:36 +0300
committerAntti2023-09-17 18:56:36 +0300
commitf392ac81e34efcc1d95c24cad825be5253ce99ab (patch)
treeebabc52b8aeede11cfadcc47b22bf80a740a5763 /PKGBUILD
parent91e71ca94ea109cc2f35c2d66f00b38e319c3018 (diff)
downloadaur-f392ac81e34efcc1d95c24cad825be5253ce99ab.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 d503d5ad38f1..822b5ef6d8fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=modrinth-app
pkgver=0.5.4
-pkgrel=1
+pkgrel=2
pkgdesc='An unique, open source launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package.'
url='https://modrinth.com/app'
arch=('x86_64')
@@ -24,6 +24,7 @@ source=(
)
sha256sums=('c2e974f8f7bfc63edfee979395de5c2ff148be57df939121f88e159897f7689c'
'ad8f7ffea0435881acdd7ecb560443e281982727dc7c715885367e9466bc0a62')
+options=('!lto')
prepare() {
cd "theseus-${pkgver}"