[arch-commits] Commit in catch2/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Fri Oct 25 22:32:44 UTC 2019
Date: Friday, October 25, 2019 @ 22:32:44
Author: anthraxx
Revision: 519863
upgpkg: catch2 2.10.2-1
Modified:
catch2/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-25 22:06:44 UTC (rev 519862)
+++ PKGBUILD 2019-10-25 22:32:44 UTC (rev 519863)
@@ -3,7 +3,7 @@
# Contributor: Bart Verhagen <barrie.verhagen at gmail dot com>
pkgname=catch2
-pkgver=2.9.2
+pkgver=2.10.2
pkgrel=1
pkgdesc="Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD"
arch=('any')
@@ -11,7 +11,7 @@
license=('Boost')
makedepends=('cmake' 'python') # python seems to be necessary for building tests (FS#60273)
source=("https://github.com/catchorg/Catch2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('54bea6d80a388a80f895cd0e2343fca72b0d9093a776af40904aefce49c13bda')
+sha256sums=('79aa46ee6c5a87bc5306bfffc6ecde6a1ad6327715b208ee2e846873f282a494')
build() {
cd Catch2-$pkgver
More information about the arch-commits
mailing list