justbuild: update to 1.1.4.

This commit is contained in:
Leah Neukirchen 2023-07-21 12:22:47 +02:00
parent eb7d8bc98e
commit 3b1a7fe1a3

View file

@ -1,7 +1,7 @@
# Template file for 'justbuild'
pkgname=justbuild
version=1.1.2
revision=3
version=1.1.4
revision=1
create_wrksrc=yes
hostmakedepends="jo pandoc pkg-config python3 tar unzip wget"
makedepends="abseil-cpp-devel c-ares-devel catch2 fmt-devel grpc-devel json-c++
@ -13,7 +13,7 @@ license="Apache-2.0"
homepage="https://github.com/just-buildsystem/justbuild/"
changelog="https://github.com/just-buildsystem/justbuild/blob/master/CHANGELOG.md"
distfiles="https://github.com/just-buildsystem/justbuild/archive/v${version}.tar.gz"
checksum=50341bdf3742ad6dec20454b338770e8428b531d04c675ca976d1e410c5b33ba
checksum=850b570ae6da047a5227dca9029225ef7d7d988522924e445e90ae62bf2ca6ae
conflicts="just>=0"
nocross="not supported by bootstrapping"
@ -62,7 +62,6 @@ do_install() {
eval vcompletion justbuild-${version}/share/just_complete.bash bash
for m in justbuild-${version}/share/man/*.man; do
echo $m
vman $m ${m%.man}
done
}