* update catch2 to 3.7.1-1
This commit is contained in:
parent
dde80fb23a
commit
7c9c9ce5d8
@ -1,7 +1,7 @@
|
|||||||
pkgbase = catch2
|
pkgbase = catch2
|
||||||
pkgdesc = Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD
|
pkgdesc = Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD
|
||||||
pkgver = 3.6.0
|
pkgver = 3.7.1
|
||||||
pkgrel = 1.1
|
pkgrel = 1
|
||||||
url = https://github.com/catchorg/catch2
|
url = https://github.com/catchorg/catch2
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = powerpc64le
|
arch = powerpc64le
|
||||||
@ -13,9 +13,9 @@ pkgbase = catch2
|
|||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
makedepends = python
|
makedepends = python
|
||||||
conflicts = catch2-v2
|
conflicts = catch2-v2
|
||||||
source = catch2::git+https://github.com/catchorg/Catch2#tag=v3.6.0?signed
|
source = catch2::git+https://github.com/catchorg/Catch2#tag=v3.7.1?signed
|
||||||
validpgpkeys = E29C46F3B8A7502860793B7DECC9C20E314B2360
|
validpgpkeys = E29C46F3B8A7502860793B7DECC9C20E314B2360
|
||||||
validpgpkeys = 81E70B717FFB27AFDB45F52090BBFF120F9C087B
|
validpgpkeys = 81E70B717FFB27AFDB45F52090BBFF120F9C087B
|
||||||
sha512sums = 2abfe4eef3928baf996773c549b599834e970ace19e8bea02b18e130c4186860e334bfba7badba04f60cbbd43a1c545cd4c032f729888fdbb2d2bbe11c02ae46
|
sha512sums = 6a4efdade1cedc540449bf0936fa122542a556a59ab59bfc33b1cbafafae666df3b21332925bc17b1f1c5f9e6333fda93cea123ea576c0b953ddbd1166f59017
|
||||||
|
|
||||||
pkgname = catch2
|
pkgname = catch2
|
||||||
|
4
catch2/.nvchecker.toml
Normal file
4
catch2/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[catch2]
|
||||||
|
source = "git"
|
||||||
|
git = "https://github.com/catchorg/Catch2.git"
|
||||||
|
prefix = "v"
|
@ -4,8 +4,8 @@
|
|||||||
# Contributor: Bart Verhagen <barrie.verhagen at gmail dot com>
|
# Contributor: Bart Verhagen <barrie.verhagen at gmail dot com>
|
||||||
|
|
||||||
pkgname=catch2
|
pkgname=catch2
|
||||||
pkgver=3.6.0
|
pkgver=3.7.1
|
||||||
pkgrel=1.1
|
pkgrel=1
|
||||||
pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD"
|
pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url="https://github.com/catchorg/catch2"
|
url="https://github.com/catchorg/catch2"
|
||||||
@ -18,7 +18,7 @@ makedepends=(
|
|||||||
)
|
)
|
||||||
conflicts=('catch2-v2')
|
conflicts=('catch2-v2')
|
||||||
source=(${pkgname}::"git+https://github.com/catchorg/Catch2#tag=v${pkgver}?signed")
|
source=(${pkgname}::"git+https://github.com/catchorg/Catch2#tag=v${pkgver}?signed")
|
||||||
sha512sums=('2abfe4eef3928baf996773c549b599834e970ace19e8bea02b18e130c4186860e334bfba7badba04f60cbbd43a1c545cd4c032f729888fdbb2d2bbe11c02ae46')
|
sha512sums=('6a4efdade1cedc540449bf0936fa122542a556a59ab59bfc33b1cbafafae666df3b21332925bc17b1f1c5f9e6333fda93cea123ea576c0b953ddbd1166f59017')
|
||||||
validpgpkeys=(
|
validpgpkeys=(
|
||||||
E29C46F3B8A7502860793B7DECC9C20E314B2360 # Martin Hořeňovský
|
E29C46F3B8A7502860793B7DECC9C20E314B2360 # Martin Hořeňovský
|
||||||
81E70B717FFB27AFDB45F52090BBFF120F9C087B # Jozef Grajciar
|
81E70B717FFB27AFDB45F52090BBFF120F9C087B # Jozef Grajciar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user