Date: Saturday, December 31, 2022 @ 12:50:17 Author: dvzrv Revision: 1372662
upgpkg: cpputest 4.0-3: Rebuild to build with more options. Do not strip and build with longlong and C++11 support. Modified: cpputest/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-31 12:31:24 UTC (rev 1372661) +++ PKGBUILD 2022-12-31 12:50:17 UTC (rev 1372662) @@ -2,12 +2,13 @@ pkgname=cpputest pkgver=4.0 -pkgrel=2 +pkgrel=3 pkgdesc="Unit testing and mocking framework for C/C++" arch=(x86_64) url="https://github.com/cpputest/cpputest" license=(BSD) makedepends=(cmake) +options=(debug !strip staticlibs) source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz) sha512sums=('5f7d6f9e34a462b35a0161a7486fd56074f5b07f92d029a3c57741c72df7bbc6ea4f98b1e57e9c500ad6d57c303d222afe523d59ec943f4461f67ce5be74dd77') b2sums=('b44698158e5d0091e64ec3ac1f8009cc8f23286155e9314ae232bd6991425338da7c0ad5a3e9682d086af6aa86df5c56d62026ab4e28749563e726744ecf86ca') @@ -18,6 +19,8 @@ -S $pkgname-$pkgver -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_PREFIX=/usr + -DLONGLONG=ON + -DC++11=ON -Wno-dev )
