mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/properties-cpp: Version bump to 0.0.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
339e525378
commit
45e7fe02ba
2 changed files with 9 additions and 5 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue