From 86b7fabe672d417927f1455494c2f30fbf4e5062 Mon Sep 17 00:00:00 2001 From: kth5 Date: Thu, 13 Feb 2025 14:26:39 +0100 Subject: [PATCH] * update criterion to 2.4.2-6 --- criterion/.SRCINFO | 7 ++++++- criterion/PKGBUILD | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/criterion/.SRCINFO b/criterion/.SRCINFO index 77fb4df2d7..8b85cc476c 100644 --- a/criterion/.SRCINFO +++ b/criterion/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = criterion pkgdesc = A cross-platform C and C++ unit testing framework for the 21st century pkgver = 2.4.2 - pkgrel = 4 + pkgrel = 6 url = https://github.com/Snaipe/Criterion arch = x86_64 arch = riscv64 @@ -19,3 +19,8 @@ pkgbase = criterion sha256sums = 83e1a39c8c519fbef0d64057dc61c8100b3a5741595788c9f094bba2eeeef0df pkgname = criterion + depends = glibc + depends = libffi + depends = libgit2 + depends = nanomsg + depends = libgit2.so diff --git a/criterion/PKGBUILD b/criterion/PKGBUILD index 634634b9fb..1fe7824a03 100644 --- a/criterion/PKGBUILD +++ b/criterion/PKGBUILD @@ -6,7 +6,7 @@ pkgname=criterion _pkgname=Criterion pkgver=2.4.2 -pkgrel=4 +pkgrel=6 pkgdesc="A cross-platform C and C++ unit testing framework for the 21st century" arch=(x86_64 riscv64) url="https://github.com/Snaipe/Criterion" @@ -52,6 +52,7 @@ check() { package() { cd $_pkgname-$pkgver + depends+=(libgit2.so) meson install -C build --destdir "$pkgdir" install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE }