diff --git a/dev-cpp/catch2/catch2-3.4.0.recipe b/dev-cpp/catch2/catch2-3.13.0.recipe similarity index 92% rename from dev-cpp/catch2/catch2-3.4.0.recipe rename to dev-cpp/catch2/catch2-3.13.0.recipe index 4bdd648f3..a4c2b24f7 100644 --- a/dev-cpp/catch2/catch2-3.4.0.recipe +++ b/dev-cpp/catch2/catch2-3.13.0.recipe @@ -11,7 +11,7 @@ COPYRIGHT="Catch2 Authors" LICENSE="Boost v1.0" REVISION="1" SOURCE_URI="$HOMEPAGE/archive/refs/tags/v$portVersion.tar.gz" -CHECKSUM_SHA256="122928b814b75717316c71af69bd2b43387643ba076a6ec16e7882bfb2dfacbb" +CHECKSUM_SHA256="650795f6501af514f806e78c554729847b98db6935e69076f36bb03ed2e985ef" SOURCE_FILENAME="catch2-v$portVersion.tar.gz" SOURCE_DIR="Catch2-$portVersion" @@ -51,7 +51,7 @@ BUILD() cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \ $cmakeDirArgs \ -DBUILD_SHARED_LIBS=ON \ - -DPKGCONFIG_INSTALL_DIR=$developLibDir/pkgconfig # \ + -DPKGCONFIG_INSTALL_DIR=/$relativeLibDir/pkgconfig # \ # -DCATCH_DEVELOPMENT_BUILD=ON #needed to run the tests make -C build $jobArgs } @@ -63,6 +63,8 @@ INSTALL() prepareInstalledDevelLibs libCatch2 \ libCatch2Main + fixPkgconfig + packageEntries devel \ $developDir \ $documentationDir \