Skip to content

Commit

Permalink
catch: Updated from 1.5.0 to 1.6.0. (msys2#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEGrayson authored and Alexpux committed Jan 12, 2017
1 parent 3eb7f2d commit 2d0f52a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-catch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=catch
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.5.0
pkgver=1.6.0
pkgrel=1
pkgdesc="Multi-paradigm automated test framework for C++ and Objective-C (mingw-w64)"
arch=('any')
Expand All @@ -12,13 +12,13 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-cmake")
license=('custom')
source=(${_realname}-${pkgver}.tar.gz::https://github.com/philsquared/Catch/archive/v${pkgver}.tar.gz)
sha256sums=('f694634bc56422f28d61052eedc29d43ea20e60a1726eda3ff9acc8fdfca3c08')
sha256sums=('83532346983c43963cf89a69c1544be493e6b4cccaf20975e53f5cf2239b73a9')

check() {
rm -rf "${srcdir}/test-${MINGW_CHOST}"
mkdir -p "${srcdir}/test-${MINGW_CHOST}"
cd "${srcdir}/test-${MINGW_CHOST}"
cmake "../Catch-${pkgver}/projects/CMake" -G"MSYS Makefiles" -DCMAKE_CXX_FLAGS='--std=gnu++11'
cmake "../Catch-${pkgver}" -G"MSYS Makefiles" -DCMAKE_CXX_FLAGS='--std=gnu++11'
make
./SelfTest.exe
}
Expand Down

0 comments on commit 2d0f52a

Please sign in to comment.