summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaxibami2024-02-26 18:44:21 +0900
committerhaxibami2024-02-26 18:44:21 +0900
commite7746747587d99b71ab8ed9dbe041cc4943b52c6 (patch)
treebb6970336390b9af3e6593504fe1ea929ae61530 /PKGBUILD
parent2478a9077f6714bbc2df363399b67d0693303348 (diff)
downloadaur-pipes-rs.tar.gz
1.6.3-2: disable lto
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d927fa26e4f3..17c53cf41119 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pipes-rs
pkgver=1.6.3
-pkgrel=1
+pkgrel=2
pkgdesc="An over-engineered rewrite of pipes.sh in Rust"
arch=('any')
url="https://github.com/lhvy/pipes-rs"
@@ -12,6 +12,7 @@ source=(
"https://github.com/lhvy/pipes-rs/archive/refs/tags/v${pkgver}.tar.gz"
)
sha256sums=('ac7452f5b29e83bea6da14d37cf37efcf0a7c90846001cab55c4c1aea500d6cb')
+options=('!lto')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"