Bear: update to 3.1.0.

This commit is contained in:
Justinas Grigas 2023-02-12 19:23:22 +02:00 committed by Michal Vasilek
parent 994f974de3
commit 64eb98c7ed

View file

@ -1,6 +1,6 @@
# Template file for 'Bear' # Template file for 'Bear'
pkgname=Bear pkgname=Bear
version=3.0.21 version=3.1.0
revision=1 revision=1
build_style=cmake build_style=cmake
hostmakedepends="pkg-config protobuf protobuf-devel grpc" hostmakedepends="pkg-config protobuf protobuf-devel grpc"
@ -10,9 +10,8 @@ short_desc="Tool that generates a compilation database for clang tooling"
maintainer="John <me@johnnynator.dev>" maintainer="John <me@johnnynator.dev>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/rizsotto/Bear" homepage="https://github.com/rizsotto/Bear"
distfiles="https://github.com/rizsotto/Bear/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz" distfiles="https://github.com/rizsotto/Bear/archive/${version}.tar.gz"
checksum=0c949a6a907bc61a1284661f8d9dab1788a62770c265f6142602669b6e5c389d checksum=33c1f4663d94508f11cbd999dd5571359be7d15b0f473f7cfbea2c0b3190a891
conflicts="interception-tools>=0" # /usr/bin/intercept
if [ -z "$XBPS_CHECK_PKGS" ]; then if [ -z "$XBPS_CHECK_PKGS" ]; then
configure_args="-DENABLE_FUNC_TESTS=OFF -DENABLE_UNIT_TESTS=OFF" configure_args="-DENABLE_FUNC_TESTS=OFF -DENABLE_UNIT_TESTS=OFF"