summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaxibami2024-02-26 18:44:21 +0900
committerhaxibami2024-02-26 18:44:21 +0900
commite7746747587d99b71ab8ed9dbe041cc4943b52c6 (patch)
treebb6970336390b9af3e6593504fe1ea929ae61530
parent2478a9077f6714bbc2df363399b67d0693303348 (diff)
downloadaur-pipes-rs.tar.gz
1.6.3-2: disable lto
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c550503fae1b..78ba5c5e1924 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = pipes-rs
pkgdesc = An over-engineered rewrite of pipes.sh in Rust
pkgver = 1.6.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lhvy/pipes-rs
arch = any
license = BlueOak-1.0.0
makedepends = cargo
+ options = !lto
source = https://github.com/lhvy/pipes-rs/archive/refs/tags/v1.6.3.tar.gz
sha256sums = ac7452f5b29e83bea6da14d37cf37efcf0a7c90846001cab55c4c1aea500d6cb
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}"