* update criterion to 2.4.2-6

This commit is contained in:
Alexander Baldeck 2025-02-13 14:26:39 +01:00
parent 44e15accd3
commit 86b7fabe67
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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
}