diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-08-25 15:03:21 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-26 07:57:06 +0700 |
commit | 45e7fe02ba79d618fe33a361cc34447ed60a8374 (patch) | |
tree | a7dc00825982468e598e4512c143e782b33c0128 /libraries/properties-cpp | |
parent | 339e525378f723b35bd163e97ec59815e55ee794 (diff) |
libraries/properties-cpp: Version bump to 0.0.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/properties-cpp')
-rw-r--r-- | libraries/properties-cpp/properties-cpp.SlackBuild | 8 | ||||
-rw-r--r-- | libraries/properties-cpp/properties-cpp.info | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/libraries/properties-cpp/properties-cpp.SlackBuild b/libraries/properties-cpp/properties-cpp.SlackBuild index 6aeae48753787..e90b005dc29cc 100644 --- a/libraries/properties-cpp/properties-cpp.SlackBuild +++ b/libraries/properties-cpp/properties-cpp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for properties-cpp -# Copyright 2017 Jeremy Hansen <jebrhansen+SBo -at- gmail.com +# Copyright 2017-2023 Jeremy Hansen <jebrhansen+SBo -at- gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=properties-cpp -VERSION=${VERSION:-0.0.2} +VERSION=${VERSION:-0.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -83,6 +83,10 @@ find -L . \ truncate -s 0 tests/CMakeLists.txt sed -i '/include(cmake\/PrePush.cmake)/d' CMakeLists.txt +# Disable coverage report to bypass error. +# Thanks AUR! +sed -i '/^find_package(CoverageReport)/,$d' CMakeLists.txt + mkdir -p build cd build cmake \ diff --git a/libraries/properties-cpp/properties-cpp.info b/libraries/properties-cpp/properties-cpp.info index 2c020b2fb1b93..b4e051b99233c 100644 --- a/libraries/properties-cpp/properties-cpp.info +++ b/libraries/properties-cpp/properties-cpp.info @@ -1,8 +1,8 @@ PRGNAM="properties-cpp" -VERSION="0.0.2" +VERSION="0.0.3" HOMEPAGE="https://gitlab.com/ubports/development/core/lib-cpp/properties-cpp/" -DOWNLOAD="https://gitlab.com/ubports/development/core/lib-cpp/properties-cpp/-/archive/0.0.2/properties-cpp-0.0.2.tar.gz" -MD5SUM="b4d7534612f8bed0f75331290b3b3fc2" +DOWNLOAD="https://gitlab.com/ubports/development/core/lib-cpp/properties-cpp/-/archive/0.0.3/properties-cpp-0.0.3.tar.gz" +MD5SUM="ceb67befe3a5d6f49293a15630b7fbd4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="graphviz" |