summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdvin Bryntesson2023-09-07 09:53:00 +0200
committerEdvin Bryntesson2023-09-07 09:53:00 +0200
commit03f5bb137227c4db38787395c2d90a9b85cc79a5 (patch)
tree603ee1ea4fc818cdb33993b8c35e46b720bdafa4
parent22e024c80569c26f6a4cdd47205b2da007893853 (diff)
downloadaur-03f5bb137227c4db38787395c2d90a9b85cc79a5.tar.gz
fixed so that it doesn't use LTO
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a6d7dad97ad..735bb21f236d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="anyrun"
pkgname="${_pkgname}-git"
pkgver=r49.ca8255c
-pkgrel=2
+pkgrel=3
pkgdesc="A rust-based wayland native krunner-like runner, made with customizability in mind."
arch=("x86_64")
url="github.com/Kirottu/anyrun"
@@ -12,6 +12,7 @@ makedepends=(git cargo)
backup=("etc/anyrun/config.ron" "etc/anyrun/style.css")
source=("${_pkgname}::git+https://$url.git")
sha256sums=('SKIP')
+options=(!lto)
pkgver() {
cd "${_pkgname}"
( set -o pipefail