summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLászló Várady2024-02-24 11:52:36 +0100
committerLászló Várady2024-02-24 11:52:36 +0100
commit91b8838f0d825359c39e3396b9da3021d0bd8712 (patch)
treeb4ecb3d3c25eca8f805a3814e9e901a74744f89d
parent9870b81141644b6d48579ee0562d049dfc5d9f81 (diff)
downloadaur-91b8838f0d825359c39e3396b9da3021d0bd8712.tar.gz
Disable lto
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d26c33eac55d..49e8b15f44dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = criterion
pkgdesc = A cross-platform C and C++ unit testing framework for the 21th century
pkgver = 2.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Snaipe/Criterion
arch = x86_64
license = MIT
@@ -12,6 +12,7 @@ pkgbase = criterion
depends = nanomsg
depends = libffi
depends = libgit2
+ options = !lto
source = https://github.com/Snaipe/Criterion/releases/download/v2.4.2/criterion-2.4.2.tar.xz
sha256sums = e3c52fae0e90887aeefa1d45066b1fde64b82517d7750db7a0af9226ca6571c0
diff --git a/PKGBUILD b/PKGBUILD
index 88173e7c0d9c..8f25bb49fc88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=criterion
pkgver=2.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform C and C++ unit testing framework for the 21th century"
arch=('x86_64')
url="https://github.com/Snaipe/Criterion"
@@ -11,6 +11,7 @@ license=('MIT')
depends=('gettext' 'nanomsg' 'libffi' 'libgit2')
makedepends=('meson' 'cmake')
checkdepends=('python-cram')
+options=(!lto)
source=("https://github.com/Snaipe/Criterion/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('e3c52fae0e90887aeefa1d45066b1fde64b82517d7750db7a0af9226ca6571c0')