[arch-commits] Commit in catch2/trunk (PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Wed Jan 2 23:54:52 UTC 2019


    Date: Wednesday, January 2, 2019 @ 23:54:52
  Author: zorun
Revision: 420286

upgpkg: catch2 2.5.0-1

Modified:
  catch2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-02 18:50:39 UTC (rev 420285)
+++ PKGBUILD	2019-01-02 23:54:52 UTC (rev 420286)
@@ -1,7 +1,7 @@
 # Maintainer: Baptiste Jonglez <archlinux at bitsofnetworks dot org>
 # Contributor: Bart Verhagen <barrie.verhagen at gmail dot com>
 pkgname='catch2'
-pkgver=2.4.2
+pkgver=2.5.0
 pkgrel=1
 pkgdesc="A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later"
 arch=('any')
@@ -9,7 +9,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=('9f3caf00749f9aa378d40db5a04019c684419457fd56cee625714de1bff45a92')
+sha256sums=('720c84d18f4dc9eb23379941df2054e7bcd5ff9c215e4d620f8533a130d128ae')
 
 build() {
   cd "$srcdir/Catch2-$pkgver"



More information about the arch-commits mailing list