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


Commits:
726a9dba by Andreas Radke at 2024-01-05T22:35:05+01:00
upgpkg: 3.5.1-1; add conflict to catch2-v2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = catch2
        pkgdesc = Modern, C++-native, header-only, test framework for 
unit-tests, TDD and BDD
-       pkgver = 3.5.0
+       pkgver = 3.5.1
        pkgrel = 1
        url = https://github.com/catchorg/catch2
        arch = x86_64
@@ -8,7 +8,8 @@ pkgbase = catch2
        makedepends = git
        makedepends = cmake
        makedepends = python
-       source = 
catch2::git+https://github.com/catchorg/Catch2#commit=53d0d913a422d356b23dd927547febdf69ee9081?signed
+       conflicts = catch2-v2
+       source = 
catch2::git+https://github.com/catchorg/Catch2#commit=f981c9cbcac07a2690e5a86767eba490b5465463?signed
        validpgpkeys = E29C46F3B8A7502860793B7DECC9C20E314B2360
        validpgpkeys = 81E70B717FFB27AFDB45F52090BBFF120F9C087B
        sha512sums = SKIP


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 # Contributor: Bart Verhagen <barrie.verhagen at gmail dot com>
 
 pkgname=catch2
-_gitcommit=53d0d913a422d356b23dd927547febdf69ee9081
-pkgver=3.5.0
+_gitcommit=f981c9cbcac07a2690e5a86767eba490b5465463
+pkgver=3.5.1
 pkgrel=1
 pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD 
and BDD"
 arch=('x86_64')
@@ -12,6 +12,7 @@ url="https://github.com/catchorg/catch2";
 license=('Boost')
 #depends=('gcc-libs' 'glibc') # only needed when building shared library
 makedepends=('git' 'cmake' 'python') # python seems to be necessary for 
building tests (FS#60273)
+conflicts=('catch2-v2')
 
source=(${pkgname}::"git+https://github.com/catchorg/Catch2#commit=${_gitcommit}?signed";)
 sha512sums=('SKIP')
 validpgpkeys=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/catch2/-/commit/726a9dbae46828d98140efa24b78637b243b89f6

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


Reply via email to