Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
catch2-v2


Commits:
1b952609 by Andreas Radke at 2024-01-05T22:10:04+01:00
upgpkg: 2.13.10-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
 pkgbase = catch2-v2
        pkgdesc = Modern, C++-native, header-only, test framework for 
unit-tests, TDD and BDD
        pkgver = 2.13.10
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/catchorg/catch2
        arch = any
        license = Boost
        makedepends = git
        makedepends = cmake
        makedepends = python
+       conflicts = catch2
        source = 
catch2::git+https://github.com/catchorg/Catch2#commit=182c910b4b63ff587a3440e08f84f70497e49a81?signed
        validpgpkeys = E29C46F3B8A7502860793B7DECC9C20E314B2360
        validpgpkeys = 81E70B717FFB27AFDB45F52090BBFF120F9C087B


=====================================
PKGBUILD
=====================================
@@ -5,12 +5,13 @@
 pkgname=catch2-v2
 _gitcommit=182c910b4b63ff587a3440e08f84f70497e49a81
 pkgver=2.13.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
 arch=('any')
 url="https://github.com/catchorg/catch2";
 license=('Boost')
 makedepends=('git' 'cmake' 'python') # python seems to be necessary for 
building tests (FS#60273)
+conflicts=('catch2')
 
source=(${pkgname/-v2}::"git+https://github.com/catchorg/Catch2#commit=${_gitcommit}?signed";)
 sha512sums=('SKIP')
 validpgpkeys=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/catch2-v2/-/commit/1b9526099bdfb5fb5d462a5077d618b2e691a69b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/catch2-v2/-/commit/1b9526099bdfb5fb5d462a5077d618b2e691a69b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to