summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92a67151cfd5..e5ba12c27031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=tiny-irc-client
pkgname=$_pkgname-git
pkgver=0.11.0.r21.65f367e
-pkgrel=1
+pkgrel=2
pkgdesc='A terminal IRC client written in Rust'
arch=(x86_64)
url=https://github.com/osa1/tiny
@@ -17,6 +17,7 @@ provides=($_pkgname)
conflicts=($_pkgname)
source=(git+$url)
sha512sums=(SKIP)
+options=(!lto)
_pkgname=${_pkgname%-irc-client}