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

Baptiste Jonglez zorun at archlinux.org
Sun Oct 7 09:35:45 UTC 2018


    Date: Sunday, October 7, 2018 @ 09:35:45
  Author: zorun
Revision: 390980

upgpkg: catch2 2.4.1-2

Fix FS#60273

Modified:
  catch2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-07 09:19:43 UTC (rev 390979)
+++ PKGBUILD	2018-10-07 09:35:45 UTC (rev 390980)
@@ -2,13 +2,12 @@
 # Contributor: Bart Verhagen <barrie.verhagen at gmail dot com>
 pkgname='catch2'
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 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')
 url="https://github.com/catchorg/catch2"
 license=('Boost')
-makedepends=('cmake')
-checkdepends=('python')
+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=('e1b559d77bd857cb0f773e3e826ac1d7e016cf14057fd14b9e99ec3b2c6b809f')
 



More information about the arch-commits mailing list